diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-16 12:50:13 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-16 12:50:13 -0400 |
commit | 415abdfdef64608d6c4ba081dd21575e1920770b (patch) | |
tree | e4214201592a5791d03d5be6c3c868f43a10d728 /lib | |
parent | 5128448c777e74c0e294c21ce80711c04395d6d4 (diff) |
config options for snapshots
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index f81c3dc76..05539af83 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'); |