mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Disallow multiple field to keep PCI scanners happy https://github.com/webmin/webmin/issues/833
This commit is contained in:
@@ -8,7 +8,7 @@ use WebminCore;
|
||||
$pragma_no_cache = 1;
|
||||
#$ENV{'MINISERV_INTERNAL'} || die "Can only be called by miniserv.pl";
|
||||
&init_config();
|
||||
&ReadParse();
|
||||
&ReadParse(undef, undef, undef, 2);
|
||||
if ($gconfig{'loginbanner'} && $ENV{'HTTP_COOKIE'} !~ /banner=1/ &&
|
||||
!$in{'logout'} && !$in{'failed'} && !$in{'timed_out'}) {
|
||||
# Show pre-login HTML page
|
||||
|
||||
Reference in New Issue
Block a user