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

Comparing cvsroot/Coro/myhttpd/diridx.pl (file contents):
Revision 1.2 by root, Sat Aug 11 16:53:59 2001 UTC vs.
Revision 1.3 by root, Sat Aug 11 20:04:37 2001 UTC

137<html> 137<html>
138<head><title>$self->{uri}</title></head> 138<head><title>$self->{uri}</title></head>
139<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000080" alink="#ff0000"> 139<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000080" alink="#ff0000">
140<h1>$data->{path}</h1> 140<h1>$data->{path}</h1>
141$data->{top} 141$data->{top}
142<small><div align="right">$self->{remote_addr}/$self->{country}</div></small> 142<small><div align="right"><tt>$self->{remote_addr}/$self->{country} - myhttpd/$VERSION</tt></div></small>
143<hr> 143<hr>
144$data->{stat} 144$data->{stat}
145$data->{bot} 145$data->{bot}
146</body> 146</body>
147</html> 147</html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines