photo/config/photo.php

9 lines
85 B
PHP

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