Skip to content
Permalink
Browse files Browse the repository at this point in the history
[VD:abstract] add 'phar:*' => 'text/x-php' into 'staticMineMap'
rel. #3295
  • Loading branch information
nao-pon committed May 31, 2021
1 parent 6a97635 commit 75ea92d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/elFinderVolumeDriver.class.php
Expand Up @@ -281,6 +281,7 @@ abstract class elFinderVolumeDriver
'php5:*' => 'text/x-php',
'php7:*' => 'text/x-php',
'phtml:*' => 'text/x-php',
'phar:*' => 'text/x-php',
'cgi:*' => 'text/x-httpd-cgi',
'pl:*' => 'text/x-perl',
'asp:*' => 'text/x-asap',
Expand Down

0 comments on commit 75ea92d

Please sign in to comment.