X-Git-Url: http://git.i-scream.org/?a=blobdiff_plain;f=cgi-bin%2Fdownload.cgi;h=6ac9978e14e91bff2e02a2414185f583d146a932;hb=86f769a81c721394f903085258dcb63e49e2e442;hp=7134d478ef94a03b52e84efcbac1f69e6a58185b;hpb=51cf12e9a7f2cf419e01be468deb80302c8de485;p=www.i-scream.org.git diff --git a/cgi-bin/download.cgi b/cgi-bin/download.cgi index 7134d47..6ac9978 100755 --- a/cgi-bin/download.cgi +++ b/cgi-bin/download.cgi @@ -154,5 +154,5 @@ exit; # Print a file without escaping HTML: - sub print_html ($) { my ($filename) = @_; - print `cat $filename`; + print `cat $filename 2>&1`; }