mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Use new module in top-level CGIs
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#!/usr/local/bin/perl
|
||||
# Ask one PAM question
|
||||
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
|
||||
$pragma_no_cache = 1;
|
||||
#$ENV{'MINISERV_INTERNAL'} || die "Can only be called by miniserv.pl";
|
||||
require './web-lib.pl';
|
||||
require './ui-lib.pl';
|
||||
&init_config();
|
||||
&ReadParse();
|
||||
if ($gconfig{'loginbanner'} && $ENV{'HTTP_COOKIE'} !~ /banner=1/ &&
|
||||
|
||||
Reference in New Issue
Block a user