summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-16 13:05:35 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-04-16 13:05:35 -0400
commitd76bb2fd115f120d799335069d6bc59203650d55 (patch)
tree73d89553f7f28feae507f9210b49ca977d57f74e /lib/common.php
parentca5753255f19a9a584b9a68a190a5901f79375ce (diff)
Revert "allow snapshots to be disabled easily"
This reverts commit 0838143d5855bb013b355d4abb7ec7a643ef37dc. Already handled with the 'never' option.
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/common.php b/lib/common.php
index 37744ebd4..e64ca34da 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -158,8 +158,7 @@ $config =
array('subscribe' => null,
'welcome' => null),
'snapshot' =>
- array('enabled' => true,
- 'run' => 'web',
+ array('run' => 'web',
'frequency' => 10000,
'reporturl' => 'http://laconi.ca/stats/report'),
);