From 468e9a700736166f175b974e185d24d0d2a4f33e Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sun, 13 Jan 2013 00:48:07 -0600 Subject: db.inc.php now only contains the database login info; the actual connection to the DB has been moved to includes/sqlEmbedded. This was done so we don't need to have the db info in two separate files (one of which is in the repo, derp) --- globe.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'globe.php') diff --git a/globe.php b/globe.php index 32285fc..45fd051 100644 --- a/globe.php +++ b/globe.php @@ -5,7 +5,7 @@ if (!session_id()) //session_regenerate_id(); //Database login: -//include_once 'db.inc.php'; +//include_once 'sqlEmbedded.php'; //TODO: CONFIRM THIS DOMAIN BEFORE TRANSFER //$mydomain = "http://www.mazetd.4xg.net/"; @@ -62,7 +62,7 @@ function sql_clean($string) { function CookieLogin() { global $accepted; - include_once "includes/db.inc.php"; + include_once "includes/sqlEmbedded.php"; $userID = $_COOKIE['userID']; $auth = $_COOKIE['auth']; -- cgit v1.2.3