Do nothing if usermin is missing

This commit is contained in:
Jamie Cameron
2011-01-19 10:25:13 -08:00
parent 67e93b1f44
commit ba1d8f0bca

View File

@@ -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'}) {