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:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user