1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00

this is definitely better on! we should definitely fix register shutdown func tho...

This commit is contained in:
James Cox
2002-11-19 16:50:27 +00:00
parent 32eedb7571
commit beabcc2e8d

View File

@@ -17,7 +17,7 @@ header('Location: ' . $mr . 'distributions/' . $df);
// download starts before the log activates. This way if the
// "log server" does not work, downloads are still working
//register_shutdown_function("log_download");
register_shutdown_function("log_download");
// Log downloads in a shutdown function (do not disturb download)
function log_download ()