Commit: bad460c0c647862408a97881150c808654cce5e3 Author: Hannes Magnusson <[email protected]> Thu, 21 Nov 2013 11:55:57 -0800 Parents: 3f29a29aa5e2d5a85536e57409edee83f7c71962 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bad460c0c647862408a97881150c808654cce5e3 Log: Whopsy, remove debug size :P Changed paths: M include/get-download.inc Diff: diff --git a/include/get-download.inc b/include/get-download.inc index f05a61e..ee16230 100644 --- a/include/get-download.inc +++ b/include/get-download.inc @@ -45,7 +45,7 @@ EOT; // Set local file name $local_file = $_SERVER['DOCUMENT_ROOT'] . '/distributions/' . $file; // Try to get filesize to display - $size = @filesize($local_file)+11; + $size = @filesize($local_file); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
