]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/common.php
unique key on a boolean value is not scalable
[quix0rs-gnu-social.git] / lib / common.php
index 15ba1ed2a7ee6522d470038b8f99d5767fa9c79c..d8ef18d90796e0da79c9331139d277e6c7a437e9 100644 (file)
@@ -40,6 +40,7 @@ $config =
                          'server' => 'localhost',
                          'theme' => 'default',
                          'path' => '/',
+                         'logfile' => NULL,
                          'fancy' => false,
                          'email' => $_SERVER['SERVER_ADMIN'],
                          'broughtby' => NULL,
@@ -69,7 +70,8 @@ $config =
                          'user' => 'update',
                          'resource' => 'uniquename',
                          'password' => 'blahblahblah',
-                         'host' => NULL), # only set if != server
+                         'host' => NULL, # only set if != server
+                         'debug' => false), # print extra debug info
                );
 
 $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options');