diff options
author | raylu <raylu@mixpanel.com> | 2011-11-05 03:26:09 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-11-05 03:26:09 -0700 |
commit | 1034e86e3c1211308e67feca78aca6cef2cf7c2d (patch) | |
tree | f11fc64325e0b26c6a49a89c567f6bc03ad6dd3b | |
parent | e9a77e77fc245aa8bd07a40c8d7d563131a3ecc4 (diff) | |
download | pathery-1034e86e3c1211308e67feca78aca6cef2cf7c2d.tar.xz |
oops, undo changes from cf4af13
-rw-r--r-- | globe.php | 2 | ||||
-rw-r--r-- | includes/db.inc.php | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -6,7 +6,7 @@ session_start(); //include_once 'db.inc.php';
-$mydomain = "http://pathery.raylu.net";
+$mydomain = "http://www.mazetd.4xg.net";
//https://www.google.com/accounts/o8/id?id=AItOawl4GX29ka40T4ZeuXnR2FVsP4LZWaED_T8
//https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fid%3Fid%3DAItOawl
diff --git a/includes/db.inc.php b/includes/db.inc.php index 198cf40..6cd3f01 100644 --- a/includes/db.inc.php +++ b/includes/db.inc.php @@ -1,10 +1,10 @@ <?php
global $mysqlid;
-$db_host = 'localhost';
-$db_user = 'pathery';
-$db_name = 'pathery';
-$db_pass = 'pathery';
+$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.");
|