From beabcc2e8d75ffbd2da98159db0bb1a2ce5cc7ef Mon Sep 17 00:00:00 2001 From: James Cox Date: Tue, 19 Nov 2002 16:50:27 +0000 Subject: [PATCH] this is definitely better on! we should definitely fix register shutdown func tho... --- do_download.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()