diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index a59e6106b..9269ace89 100644 --- a/lib/common.php +++ b/lib/common.php @@ -85,6 +85,8 @@ $config = 'host' => NULL, # only set if != server 'debug' => false, # print extra debug info 'public' => array()), # JIDs of users who want to receive the public stream + 'tag' => + array('dropoff' => 864000.0), ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); |