This commit is contained in:
Dmitry (dio) Levashov
2011-07-20 21:28:17 +04:00
parent cf41928d10
commit 3342215067
3 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
$this->options['alias'] = ''; // alias to replace root dir name
$this->options['dirMode'] = 0755; // new dirs mode
$this->options['fileMode'] = 0644; // new files mode
$this->options['quarantine'] = 'quarantine'; // quarantine folder name - required to check archive (must be hidden)
$this->options['quarantine'] = '.quarantine'; // quarantine folder name - required to check archive (must be hidden)
$this->options['maxArcFilesSize'] = 0; // max allowed archive files size (0 - no limit)
}