diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-05 14:10:30 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-05 14:10:30 -0800 |
commit | d1209f8d15c83a1d8d29beafc085d927be7d2bcd (patch) | |
tree | 0d7577c4d74e1cca868bf62af24e07b3ad827a12 /includes | |
parent | 0f7b5fce63b58fc05bc8dab114668ccafb82b8ff (diff) | |
download | pathery-d1209f8d15c83a1d8d29beafc085d927be7d2bcd.tar.xz |
!! db.inc.php change !! Don't write over your own!
This is the way the file should look.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/db.inc.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/includes/db.inc.php b/includes/db.inc.php index 6cd3f01..e1db0ee 100644 --- a/includes/db.inc.php +++ b/includes/db.inc.php @@ -1,11 +1,6 @@ <?php
-
-global $mysqlid;
$db_host = "db2894.perfora.net";
$db_user = "dbo362854667";
$db_name = "db362854667";
$db_pass = "mazes4me";
-$mysqlid = @mysql_connect($db_host,$db_user, $db_pass) or die("Cannot connect to database.");
-@mysql_select_db($db_name, $mysqlid) or die("Invalid database.");
-
-?>
+?>
\ No newline at end of file |