🗃️ modified: data/htdocs/cgi-bin/e2guardian.pl 🗃️

This commit is contained in:
Jason 2022-02-16 19:05:38 -05:00
parent 3cc609f47d
commit 801b16e67f
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -16,7 +16,7 @@ $ibypasshash = $in{'GIBYPASS'}; #
$hashflag = $in{'HASH'}; # $hashflag = $in{'HASH'}; #
print "Content-type: text/html\n\n"; print "Content-type: text/html\n\n";
print '<HTML><link rel="stylesheet" href="/css/index.css" />'; print '<HTML><link rel="stylesheet" href="/css/proxy.css" />';
print '<HEAD><TITLE>Access Denied</TITLE></HEAD>'; print '<HEAD><TITLE>Access Denied</TITLE></HEAD>';
print '<BODY><CENTER><H2>ACCESS HAS BEEN DENIED</H2>'; print '<BODY><CENTER><H2>ACCESS HAS BEEN DENIED</H2>';
if (length($user) > 0) { if (length($user) > 0) {