photo/config/photo.php

9 lines
92 B
PHP
Raw Normal View History

2016-06-22 05:49:20 +00:00
<?php
return [
'dir'=>'/photos',
2016-06-22 05:49:20 +00:00
'import'=>[
'accepted'=>['jpg','jpeg','heic'],
2016-06-22 05:49:20 +00:00
],
];