From: Evan Prodromou Date: Thu, 16 Apr 2009 16:50:13 +0000 (-0400) Subject: config options for snapshots X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=415abdfdef64608d6c4ba081dd21575e1920770b;p=quix0rs-gnu-social.git config options for snapshots --- diff --git a/lib/common.php b/lib/common.php index f81c3dc76d..05539af834 100644 --- a/lib/common.php +++ b/lib/common.php @@ -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');