config options for snapshots
This commit is contained in:
parent
5128448c77
commit
415abdfdef
@ -159,7 +159,8 @@ $config =
|
|||||||
'welcome' => null),
|
'welcome' => null),
|
||||||
'snapshot' =>
|
'snapshot' =>
|
||||||
array('run' => 'web',
|
array('run' => 'web',
|
||||||
'frequency' => 10000),
|
'frequency' => 10000,
|
||||||
|
'reporturl' => 'http://laconi.ca/stats/report'),
|
||||||
);
|
);
|
||||||
|
|
||||||
$config['db'] = &PEAR::getStaticProperty('DB_DataObject','options');
|
$config['db'] = &PEAR::getStaticProperty('DB_DataObject','options');
|
||||||
|
Loading…
Reference in New Issue
Block a user