mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Option to control ability to add and edit dirs in Usermin
This commit is contained in:
@@ -23,7 +23,7 @@ if ($module_info{'usermin'}) {
|
||||
$apachemod = "htaccess";
|
||||
$can_htpasswd = $config{'can_htpasswd'};
|
||||
$can_htgroups = $config{'can_htgroups'};
|
||||
$can_create = 1;
|
||||
$can_create = !$config{'nocreate'};
|
||||
}
|
||||
else {
|
||||
# Allowed directories come from ACL
|
||||
|
||||
Reference in New Issue
Block a user