summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-03-07 02:58:52 -0600
committerBlueRaja <BlueRaja.admin@gmail.com>2013-03-07 02:58:52 -0600
commitef912adeeac6be3d623d602ce17f69b15ce65aa8 (patch)
tree697a8f25fbb5d13247ba561cc0f47e6ea03558f4
parent8d01f98767b0518d14f0dd72e47aa5266d41bc7a (diff)
downloadpathery-ef912adeeac6be3d623d602ce17f69b15ce65aa8.tar.xz
Supposedly this is supposed to delete it from the cache but not locally.....
-rw-r--r--includes/db.inc.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/includes/db.inc.php b/includes/db.inc.php
deleted file mode 100644
index 6cd3f01..0000000
--- a/includes/db.inc.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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.");
-
-?>