This commit is contained in:
Ralf Becker 2017-01-23 13:48:02 +01:00
parent 2b99ee4758
commit 4f6bf89f52

View File

@ -97,7 +97,7 @@ class filemanager_admin extends filemanager_ui
Vfs::$is_root = true;
Vfs::mkdir($path);
Vfs::chgrp($path, 'Admins');
Vfs::chown($path, 075);
Vfs::chmod($path, 075);
$msg = Vfs::mount($url, $path) ?
lang('Successful mounted %1 on %2.',$url,$path) : lang('Error mounting %1 on %2!',$url,$path);
Vfs::$is_root = $backup;