mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Do nothing if usermin is missing
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
|
||||
$no_acl_check++;
|
||||
require './usermin-lib.pl';
|
||||
if (!-r "$config{'usermin_dir'}/miniserv.conf") {
|
||||
# Usermin not installed
|
||||
exit(0);
|
||||
}
|
||||
|
||||
# Get the update source
|
||||
if ($config{'upsource'}) {
|
||||
|
||||
Reference in New Issue
Block a user