mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[VD:Box,Dropbox2,GoogleDrive] adjust option acceptedName to match each system
This commit is contained in:
@@ -107,7 +107,7 @@ class elFinderVolumeBox extends elFinderVolumeDriver
|
||||
'tmbPath' => '',
|
||||
'tmbURL' => '',
|
||||
'tmpPath' => '',
|
||||
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
|
||||
'acceptedName' => '#^[^\\\/]+$#',
|
||||
'rootCssClass' => 'elfinder-navbar-root-box',
|
||||
);
|
||||
$this->options = array_merge($this->options, $opts);
|
||||
|
||||
Reference in New Issue
Block a user