diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-16 12:53:17 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-16 12:53:17 -0400 |
commit | 0838143d5855bb013b355d4abb7ec7a643ef37dc (patch) | |
tree | b8e5c277eeae128a6ae8fbdd6f1f8863967f46c4 /lib/common.php | |
parent | 6a247acb45198c3748df48d8b14b71c8f8b839de (diff) |
allow snapshots to be disabled easily
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 05539af83..2c60b0442 100644 --- a/lib/common.php +++ b/lib/common.php @@ -158,7 +158,8 @@ $config = array('subscribe' => null, 'welcome' => null), 'snapshot' => - array('run' => 'web', + array('enabled' => true, + 'run' => 'web', 'frequency' => 10000, 'reporturl' => 'http://laconi.ca/stats/report'), ); |