X-Git-Url: http://git.i-scream.org/?a=blobdiff_plain;f=cgi-bin%2Flogviewer.cgi;h=3de416e50a41d17ba43856ac5aaf6b28d49b6194;hb=refs%2Fheads%2FI-SCREAM_ORG;hp=df05c6948e77f983f6115a60d5b982541c6949bc;hpb=745e785e7c5eb6da4524806ddb41fb21a20abd1e;p=www.i-scream.org.git diff --git a/cgi-bin/logviewer.cgi b/cgi-bin/logviewer.cgi index df05c69..3de416e 100755 --- a/cgi-bin/logviewer.cgi +++ b/cgi-bin/logviewer.cgi @@ -12,6 +12,8 @@ print "Content-type: text/html\n\n"; print ''; +$download_count = 0; + open(FILE, ") { @row = split(/\|/, $line); @@ -25,6 +27,7 @@ while($line = ) { EOT + $download_count++; } -print "
$row[5]
"; \ No newline at end of file +print "Download count: $download_count"; \ No newline at end of file