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

Comparing Coro/myhttpd/internal.pl (file contents):
Revision 1.2 by root, Wed May 22 00:33:26 2002 UTC vs.
Revision 1.3 by root, Wed May 22 00:41:44 2002 UTC

102 $content .= "<table width='100%' border='1'><tr><th>CN</th><th>Remote ID</th><th>bytes written</th><th>bps</th><th>RM</th><th>URI</th></tr>" 102 $content .= "<table width='100%' border='1'><tr><th>CN</th><th>Remote ID</th><th>bytes written</th><th>bps</th><th>RM</th><th>URI</th></tr>"
103 . (join "", sort @data) 103 . (join "", sort @data)
104 . "</table>"; 104 . "</table>";
105 } 105 }
106 106
107 $content .= "<p>$count active downloads, $fullrate bytes/s amortized.</p>"; 107 $content .= "<p>$count active connections, $fullrate bytes/s amortized.</p>";
108 108
109 $content .= <<EOF; 109 $content .= <<EOF;
110</ul> 110</ul>
111</body> 111</body>
112</html> 112</html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines