Skip to content

Commit f229faa

Browse files
committed
Fixes
* Fix of video wallpapers support for scenes * Cycle connect incorrect status fix
1 parent 0781536 commit f229faa

9 files changed

Lines changed: 718 additions & 694 deletions

File tree

3rdparty/elFinder/php/connector.minimal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function access($attr, $path, $data, $volume, $isDir, $relpath) {
155155
'trashHash' => 't1_Lw', // elFinder's hash of trash folder
156156
'winHashFix' => DIRECTORY_SEPARATOR !== '/', // to make hash same to Linux one on windows too
157157
'uploadDeny' => array('all'), // All Mimetypes not allowed to upload
158-
'uploadAllow' => array('image/x-ms-bmp', 'image/gif', 'image/jpeg', 'image/png', 'image/x-icon', 'text/plain'), // Mimetype `image` and `text/plain` allowed to upload
158+
'uploadAllow' => array('image/x-ms-bmp', 'image/gif', 'image/jpeg', 'image/png', 'image/x-icon', 'text/plain','video/mp4'), // Mimetype `image` and `text/plain` allowed to upload
159159
'uploadOrder' => array('deny', 'allow'), // allowed Mimetype `image` and `text/plain` only
160160
'accessControl' => 'access' // disable and hide dot starting files (OPTIONAL)
161161
),

0 commit comments

Comments
 (0)