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

Comparing Coro/myhttpd/diridx.pl (file contents):
Revision 1.7 by root, Sun Aug 19 23:57:52 2001 UTC vs.
Revision 1.8 by root, Sat Aug 25 15:14:03 2001 UTC

144<html> 144<html>
145<head><title>$self->{uri}</title></head> 145<head><title>$self->{uri}</title></head>
146<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000080" alink="#ff0000"> 146<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000080" alink="#ff0000">
147<h1>$data->{path}</h1> 147<h1>$data->{path}</h1>
148$data->{top} 148$data->{top}
149<small><div align="right"><tt>$self->{remote_addr}/$self->{country} - $::conns connection(s) - uptime $uptime - myhttpd/$VERSION</tt></div></small> 149<small><div align="right"><tt>$self->{remote_id}/$self->{country} - $::conns connection(s) - uptime $uptime - myhttpd/$VERSION</tt></div></small>
150<hr> 150<hr>
151$data->{stat} 151$data->{stat}
152$data->{bot} 152$data->{bot}
153</body> 153</body>
154</html> 154</html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines