--- web/cgi-bin/download.cgi 2001/05/05 18:03:38 1.6 +++ web/cgi-bin/download.cgi 2001/05/06 19:16:40 1.7 @@ -154,5 +154,5 @@ exit; # Print a file without escaping HTML: - sub print_html ($) { my ($filename) = @_; - print `cat $filename`; + print `cat $filename 2>&1`; }