]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/common.php
add alternative reply format
[quix0rs-gnu-social.git] / lib / common.php
index 6be17c091450b091e46484d5d2d34f03700bd520..d8ef18d90796e0da79c9331139d277e6c7a437e9 100644 (file)
@@ -19,7 +19,7 @@
 
 if (!defined('LACONICA')) { exit(1); }
 
-define('LACONICA_VERSION', '0.4.1');
+define('LACONICA_VERSION', '0.4.3');
 
 define('AVATAR_PROFILE_SIZE', 96);
 define('AVATAR_STREAM_SIZE', 48);
@@ -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');