9 lines
91 B
PHP
9 lines
91 B
PHP
<?php
|
|
|
|
return [
|
|
'dir'=>'Photos',
|
|
'import'=>[
|
|
'accepted'=>['jpg','jpeg','heic'],
|
|
],
|
|
];
|