config options for snapshots

This commit is contained in:
Evan Prodromou 2009-04-16 12:50:13 -04:00
parent 5128448c77
commit 415abdfdef
1 changed files with 2 additions and 1 deletions

View 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');