version 1.6, 2003/02/24 23:32:32
|
version 1.7, 2003/05/02 21:03:19
|
Line 374 while (<STDIN>) {
|
Line 374 while (<STDIN>) {
|
if ($fail) { |
if ($fail) { |
&htsponse(403, "Forbidden"); |
&htsponse(403, "Forbidden"); |
if ($fail == 1) { |
if ($fail == 1) { |
&hterror("Forbidden (Client Disallowed)", <<"EOF"); |
&hterror("Wrong URL", <<"EOF"); |
Your network address (<i>$ip</i>) is not allowed to access this resource. |
You might want to remove the "<tt>:$port_to_use</tt>" from the web page address (URL). |
EOF |
EOF |
&log; exit; |
&log; exit; |
} else { |
} else { |