mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Allow use of module parameter
This commit is contained in:
@@ -6,6 +6,7 @@ BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
require './config-lib.pl';
|
||||
&init_config();
|
||||
&ReadParse();
|
||||
$m = $in{'module'} || $ARGV[0];
|
||||
&foreign_available($m) || &error($text{'config_eaccess'});
|
||||
%access = &get_module_acl(undef, $m);
|
||||
|
||||
Reference in New Issue
Block a user