diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-17 09:43:31 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-17 09:43:31 -0400 |
commit | 753a03d895e60f3a59eb686fb9fc0278618cc924 (patch) | |
tree | e10056e7121847c9953b02ddfe37e5505a571190 /lib/common.php | |
parent | fb6266265060202cb5e17cb2a03477b8c4559f68 (diff) |
public indexers in config file
darcs-hash:20080717134331-84dde-b63c9b7e318d74e2cfea14cc962ec2d519f20d43.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 0203c2dea..a49806b05 100644 --- a/lib/common.php +++ b/lib/common.php @@ -73,7 +73,8 @@ $config = 'resource' => 'uniquename', 'password' => 'blahblahblah', 'host' => NULL, # only set if != server - 'debug' => false), # print extra debug info + 'debug' => false, # print extra debug info + 'public' => array()), # JIDs of users who want to receive the public stream ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); |