ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/cgi-bin/download.cgi
(Generate patch)

Comparing web/cgi-bin/download.cgi (file contents):
Revision 1.6 by pjm2, Sat May 5 18:03:38 2001 UTC vs.
Revision 1.7 by tdb, Sun May 6 19:16:40 2001 UTC

# Line 154 | Line 154 | exit;
154   # Print a file without escaping HTML: -
155   sub print_html ($) {
156      my ($filename) = @_;
157 <    print `cat $filename`;
157 >    print `cat $filename 2>&1`;
158   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines