Skip to content

Commit

Permalink
Removed my db config file and updated to use new global db.php file
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mamber committed Jun 16, 2012
1 parent 671c96a commit 39c66a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions desktop/includes/config.php

This file was deleted.

2 changes: 1 addition & 1 deletion desktop/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?
include('includes/config.php');
include('includes/db.php');
$query = mysql_query("SELECT * FROM causes ORDER BY name");
?>
<!DOCTYPE html>
Expand Down

0 comments on commit 39c66a9

Please sign in to comment.