Add upload location to attachments config section

This commit is contained in:
Zach Copley 2009-06-22 21:36:04 +00:00
parent b021cb7288
commit 09e24af683

View File

@ -192,7 +192,10 @@ $config =
'frequency' => 10000,
'reporturl' => 'http://laconi.ca/stats/report'),
'attachments' =>
array('supported' => array('image/png',
array('server' => null,
'dir' => INSTALLDIR . '/file/',
'path' => $_path . '/file/',
'supported' => array('image/png',
'image/jpeg',
'image/gif',
'image/svg+xml',