summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-27 08:11:09 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-06-27 08:11:09 -0700
commit871f598dcc81d7018f25590d767591722bb977f2 (patch)
treee8a9ffa43b9c20c2fbcbe044a31bcd5b75b01308 /lib/common.php
parentfb84c35035e33eebea79f207f73ba2deea86c4d7 (diff)
debug flag for sessions
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php
index 3a5913f85..e2936f075 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -255,7 +255,8 @@ $config =
'search' =>
array('type' => 'fulltext'),
'sessions' =>
- array('handle' => false), // whether to handle sessions ourselves
+ array('handle' => false, // whether to handle sessions ourselves
+ 'debug' => false), // debugging output for sessions
);
$config['db'] = &PEAR::getStaticProperty('DB_DataObject','options');