photo/config/photo.php
2016-07-04 16:00:33 +10:00

9 lines
108 B
PHP

<?php
return [
'dir'=>'/var/www/sites/co.dlcm.p/store/photos',
'import'=>[
'accepted'=>['jpg'],
],
];