Skip to content

Commit

Permalink
Fix #1102 - Cannot select transcript from media browser
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed May 27, 2022
1 parent e1c3472 commit 4a51098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/elfinder/php/connector.php
Expand Up @@ -101,7 +101,7 @@ function sanitizeName($cmd, $result, $args, $elfinder)
'uploadDeny' => array('text/x-php','application/x-php'),
'attributes' => array(
array( // hide readmes
'pattern' => '/\.(txt|html|php|php5|php*|py|pl|sh|xml)$/i',
'pattern' => '/(readme\.txt)|\.(html|php|php5|php*|py|pl|sh)$/i',
'read' => false,
'write' => false,
'locked' => true,
Expand Down

0 comments on commit 4a51098

Please sign in to comment.