diff options
author | Evan Prodromou <evan@status.net> | 2009-11-14 17:38:10 +0100 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-11-14 17:38:10 +0100 |
commit | fe18063bd2bb00ac67d4afc038850cd3a7a63189 (patch) | |
tree | d82259c0f3ed50dbc8c04561231d1ca3f0238493 /lib/default.php | |
parent | 959d278c347fdf90e0227adc57c0215f5d82404a (diff) |
Revert "Ask users if they wish to send statistics to SNI, default is off."
This reverts commit 7efea1115f45b8880fe3161cc32b09510ddd2264.
Conflicts:
install.php
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php index 82b6910ab..95366e0b3 100644 --- a/lib/default.php +++ b/lib/default.php @@ -159,7 +159,7 @@ $default = array('default' => null, 'welcome' => null), 'snapshot' => - array('run' => 'never', + array('run' => 'web', 'frequency' => 10000, 'reporturl' => 'http://status.net/stats/report'), 'attachments' => |