This commit is contained in:
Ralf Becker 2017-01-23 13:48:02 +01:00
parent 1ad206ff99
commit 7e99f467ab

View File

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