diff --git a/data/htdocs/cgi-bin/e2guardian.pl b/data/htdocs/cgi-bin/e2guardian.pl deleted file mode 100755 index 4805bed..0000000 --- a/data/htdocs/cgi-bin/e2guardian.pl +++ /dev/null @@ -1,66 +0,0 @@ -#!/usr/bin/perl - -$allow_html_code = 0; -&ReadEnvs; - -$deniedurl = $in{'DENIEDURL'}; -$reason = $in{'REASON'}; -$user = $in{'USER'}; -$ip = $in{'IP'}; -$cats = $in{'CATEGORIES'}; - -$host = $in{'HOST'}; - -$fbypasshash = $in{'GBYPASS'}; # -$ibypasshash = $in{'GIBYPASS'}; # -$hashflag = $in{'HASH'}; # - -print "Content-type: text/html\n\n"; -print ''; -print '
";
-}
-else {
- print '
Access to the page:
'; -} -print "$deniedurl"; -print '
... has been denied for the following reason:
'; -print "$reason"; -if (length($cats) > 0) { - print '
Categories:
'; - print "$cats"; -} -print '
Your username, IP address, date, time and URL have been logged.'; -print '
You are seeing this error because the page you attempted '; -print 'to access contains, or is labelled as containing, material that'; -print ' has been deemed inappropriate. |
'; -print 'If you have any queries contact your Proxy Administrator |
Powered by Casjays Developments Proxy Server'; -print '
- We apologize but we can't seem to be able to find what you're looking - for! -
- -