ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Coro/myhttpd/access.pl
(Generate patch)

Comparing cvsroot/Coro/myhttpd/access.pl (file contents):
Revision 1.1 by root, Sat Aug 11 03:41:01 2001 UTC vs.
Revision 1.2 by root, Sat Aug 11 03:56:11 2001 UTC

50 } else { 50 } else {
51 $self->slog(9, "no country($whois)"); 51 $self->slog(9, "no country($whois)");
52 } 52 }
53 53
54 if ($disallow{$country}) { 54 if ($disallow{$country}) {
55 $self->slog(6, "DISALLOW($uri,$country)");
55 $whois =~ s/&/&/g; 56 $whois =~ s/&/&/g;
56 $whois =~ s/</&lt;/g; 57 $whois =~ s/</&lt;/g;
57 $self->err(403, "forbidden", { "Content-Type" => "text/html" }, <<EOF); 58 $self->err(403, "forbidden", { "Content-Type" => "text/html" }, <<EOF);
58<html> 59<html>
59<head> 60<head>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines