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

Comparing Coro/myhttpd/access.pl (file contents):
Revision 1.3 by root, Sat Aug 11 16:34:46 2001 UTC vs.
Revision 1.4 by root, Tue Aug 14 04:33:58 2001 UTC

54 $self->{country} = $country; 54 $self->{country} = $country;
55 55
56 if ($disallow{$country}) { 56 if ($disallow{$country}) {
57 $self->slog(6, "DISALLOW($uri,$country)"); 57 $self->slog(6, "DISALLOW($uri,$country)");
58 58
59 Coro::Event::do_timer(after => 5);
60
61 $whois =~ s/&/&/g; 59 $whois =~ s/&/&/g;
62 $whois =~ s/</&lt;/g; 60 $whois =~ s/</&lt;/g;
63 $self->err(403, "forbidden", { "Content-Type" => "text/html" }, <<EOF); 61 $self->err(403, "forbidden", { "Content-Type" => "text/html" }, <<EOF);
64<html> 62<html>
65<head> 63<head>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines