mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Remove useless %in export
This commit is contained in:
@@ -21,9 +21,6 @@ if (-r "$mdir/config_info.pl") {
|
||||
# Module has a custom config editor
|
||||
&foreign_require($in{'mod'}, "config_info.pl");
|
||||
if (&foreign_defined($in{'mod'}, "config_save")) {
|
||||
local $pkg = $in{'mod'};
|
||||
$pkg =~ s/[^A-Za-z0-9]/_/g;
|
||||
eval "\%${pkg}::in = \%in";
|
||||
$func++;
|
||||
&foreign_call($in{'mod'}, "config_save", \%fconfig);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user