photo/config/photo.php
2020-01-02 09:42:59 +11:00

9 lines
92 B
PHP

<?php
return [
'dir'=>'/photos',
'import'=>[
'accepted'=>['jpg','jpeg','heic'],
],
];