]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
config options for snapshots
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 16 Apr 2009 16:50:13 +0000 (12:50 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 16 Apr 2009 16:50:13 +0000 (12:50 -0400)
lib/common.php

index f81c3dc76de261232ffb2f4e4ae03b79348850ba..05539af8345e70ffff73d0aee903787f11ae8c6b 100644 (file)
@@ -159,7 +159,8 @@ $config =
               'welcome' => null),
         'snapshot' =>
         array('run' => 'web',
-              'frequency' => 10000),
+              'frequency' => 10000,
+              'reporturl' => 'http://laconi.ca/stats/report'),
         );
 
 $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options');