[VD:FTP] statOwner, allowChmodReadOnly set to true on netmount

This commit is contained in:
nao-pon
2015-06-20 17:35:09 +09:00
parent e437147fc5
commit 8aaa850832
+2
View File
@@ -120,6 +120,8 @@ class elFinderVolumeFTP extends elFinderVolumeDriver {
$options['locale'] = $_REQUEST['locale'];
}
}
$options['statOwner'] = true;
$options['allowChmodReadOnly'] = true;
return $options;
}