diff --git a/do_download.php b/do_download.php index c935acaf6..8b8574726 100644 --- a/do_download.php +++ b/do_download.php @@ -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 ()