Add upload location to attachments config section
This commit is contained in:
parent
b021cb7288
commit
09e24af683
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user