diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-16 10:18:16 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-16 10:18:16 -0400 |
commit | c4040303cecc48aed66d0102de6b9f5ffdc64b22 (patch) | |
tree | e98f26152cb30c2e96c3ac0edfdf031a0dc2e52a /lib/common.php | |
parent | 55d7bb4701ca39fb8f4b859b19defdfc7af0142c (diff) |
initial snapshot stuff
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index dd2570e75..f81c3dc76 100644 --- a/lib/common.php +++ b/lib/common.php @@ -157,6 +157,9 @@ $config = 'newuser' => array('subscribe' => null, 'welcome' => null), + 'snapshot' => + array('run' => 'web', + 'frequency' => 10000), ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); |