Code Comments
Programming Forum and web based access to our favorite programming groups.goba Sun Mar 21 09:49:12 2004 EDT
Modified files:
/phpweb/include do-download.inc
Log:
downloads are not working, since the master server is down. PLEASE remove th
e comment if the master server is up again
[url]http://cvs.php.net/diff.php/phpweb/include/do-download.inc?r1=1.5&r2=1.6&ty=u[/url
]
Index: phpweb/include/do-download.inc
diff -u phpweb/include/do-download.inc:1.5 phpweb/include/do-download.inc:1.
6
--- phpweb/include/do-download.inc:1.5 Sun Sep 7 04:28:42 2003
+++ phpweb/include/do-download.inc Sun Mar 21 09:49:11 2004
@@ -1,6 +1,6 @@
<?php
-// $Id: do-download.inc,v 1.5 2003/09/07 08:28:42 goba Exp $
+// $Id: do-download.inc,v 1.6 2004/03/21 14:49:11 goba Exp $
/*
This code redirects the user to the exact file to
@@ -63,7 +63,7 @@
// Log download on master server (may be a registered
// shutdown function to really run after the file is
// started to download)
- if ($log) { download_log($mirror, $found); }
+ // if ($log) { download_log($mirror, $found); }
}
// Log downloads on the master server
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.