photo/config/photo.php

9 lines
85 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'],
2016-06-22 05:49:20 +00:00
],
];