mirror of
https://github.com/webmin/webmin.git
synced 2026-06-19 19:00:22 +01:00
Remove un-needed %in export
This commit is contained in:
@@ -24,9 +24,6 @@ if (-r "$mdir/config_info.pl") {
|
||||
&foreign_require($m, "config_info.pl");
|
||||
local $fn = "${m}::config_form";
|
||||
if (defined(&$fn)) {
|
||||
local $pkg = $m;
|
||||
$pkg =~ s/[^A-Za-z0-9]/_/g;
|
||||
eval "\%${pkg}::in = \%in";
|
||||
$func++;
|
||||
&foreign_call($m, "config_save", \%newconfig);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user