9 lines
85 B
PHP
9 lines
85 B
PHP
<?php
|
|
|
|
return [
|
|
'dir'=>'/photos',
|
|
'import'=>[
|
|
'accepted'=>['jpg','jpeg'],
|
|
],
|
|
];
|