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.8 by pjm2, Fri May 25 17:38:36 2001 UTC

# Line 19 | Line 19 | $| = 1;
19   #--------------------------------------------------------------
20   # Essential Settings
21   #--------------------------------------------------------------
22 < my ($build_dir) = "/builds";
22 > my ($build_dir) = "/downloads";
23   my ($log_file) = "download_log";
24   my ($left) = "../left.inc" ;
25   my ($title) = "../title.inc";
# 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