Allow use of module parameter
authorJamie Cameron <jcameron@webmin.com>
Mon, 17 Aug 2009 21:24:52 +0000 (14:24 -0700)
committerJamie Cameron <jcameron@webmin.com>
Mon, 17 Aug 2009 21:24:52 +0000 (14:24 -0700)
config.cgi

index b616eb9..ff46ca3 100755 (executable)
@@ -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);