photo/config/video.php

9 lines
96 B
PHP

<?php
return [
'dir'=>'/videos',
'import'=>[
'accepted'=>['m4v','mov','mp4','avi'],
],
];