{VD] allow uploading all file types to the net mount volume

This commit is contained in:
nao-pon
2018-03-05 23:06:31 +09:00
parent 7397b11129
commit dcf763feef
3 changed files with 3 additions and 0 deletions
@@ -26,6 +26,7 @@ class elFinderVolumeFlysystemGoogleDriveNetmount extends \Hypweb\elFinderFlysyst
parent::__construct();
$opts = array(
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
'rootCssClass' => 'elfinder-navbar-root-googledrive',
'gdAlias' => '%s@GDrive',
'gdCacheDir' => __DIR__ . '/.tmp',