mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Remove useless %in export
This commit is contained in:
@@ -11,12 +11,6 @@ $who = $in{'_acl_user'} ? $in{'_acl_user'} : $in{'_acl_group'};
|
||||
$maccess{'noconfig'} = $in{'noconfig'};
|
||||
if (-r "../$in{'_acl_mod'}/acl_security.pl") {
|
||||
&foreign_require($in{'_acl_mod'}, "acl_security.pl");
|
||||
if ($in{'_acl_mod'}) {
|
||||
eval "\%$in{'_acl_mod'}::in = \%in";
|
||||
}
|
||||
else {
|
||||
%global::in = %in;
|
||||
}
|
||||
&foreign_call($in{'_acl_mod'}, "acl_security_save", \%maccess, \%in);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user