diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-05-26 23:46:37 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-05-26 23:46:37 -0400 |
commit | 37423b12d7a58bae728476c6f1a8ff3fef4c6d9f (patch) | |
tree | 217ec5f9a970d2f411946e62b17d3d7b2aace2b2 /lib/common.php | |
parent | af700ea27703bbec5aa1078a84f9fd44c0260322 (diff) | |
parent | 1034bd67b015ae3023042dc3cb0ba684e3ee4c72 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into upload
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index 3feba1d8b..0ce46442d 100644 --- a/lib/common.php +++ b/lib/common.php @@ -159,6 +159,10 @@ $config = 'newuser' => array('subscribe' => null, 'welcome' => null), + 'snapshot' => + array('run' => 'web', + 'frequency' => 10000, + 'reporturl' => 'http://laconi.ca/stats/report'), ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); |