Add upload location to attachments config section
This commit is contained in:
parent
b021cb7288
commit
09e24af683
@ -192,7 +192,10 @@ $config =
|
|||||||
'frequency' => 10000,
|
'frequency' => 10000,
|
||||||
'reporturl' => 'http://laconi.ca/stats/report'),
|
'reporturl' => 'http://laconi.ca/stats/report'),
|
||||||
'attachments' =>
|
'attachments' =>
|
||||||
array('supported' => array('image/png',
|
array('server' => null,
|
||||||
|
'dir' => INSTALLDIR . '/file/',
|
||||||
|
'path' => $_path . '/file/',
|
||||||
|
'supported' => array('image/png',
|
||||||
'image/jpeg',
|
'image/jpeg',
|
||||||
'image/gif',
|
'image/gif',
|
||||||
'image/svg+xml',
|
'image/svg+xml',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user