From 9eae6543b9aa45e346e3cbd53bd56df0a6a0a318 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 28 Oct 2007 21:44:50 +0000 Subject: No longer use DB stuff --- web/include/Namespace.inc | 2 +- web/index.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'web') diff --git a/web/include/Namespace.inc b/web/include/Namespace.inc index 4cfeccc..51542f1 100644 --- a/web/include/Namespace.inc +++ b/web/include/Namespace.inc @@ -5,7 +5,7 @@ */ require_once("../include/Config.inc"); -require_once("../include/DB.inc"); +#require_once("../include/DB.inc"); require_once("../include/Messages.inc"); require_once("../include/Session.inc"); require_once("../include/User.inc"); diff --git a/web/index.php b/web/index.php index 28ac066..7852e25 100644 --- a/web/index.php +++ b/web/index.php @@ -5,9 +5,9 @@ require_once( "../include/Template.inc" ); require_once("../include/Tools.inc"); $namespace = new Namespace( - array( # have_database => 1, - # have_session => 1, - # have_user => 1 ) + array( have_database => 0, + have_session => 0, + have_user => 0 ) ) or die("Nobody loves me. I don't even have space for a name."); -- cgit v1.2.3