summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/index.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/web/index.php b/web/index.php
index 6c37e0b..28ac066 100644
--- a/web/index.php
+++ b/web/index.php
@@ -5,9 +5,10 @@ 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 => 1,
+ # have_session => 1,
+ # have_user => 1 )
+ )
) or
die("Nobody loves me. I don't even have space for a name.");