r687 - webspace/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 25 19:33:02 EST 2006


Author: floam
Date: 2006-03-25 19:33:02 -0500 (Sat, 25 Mar 2006)
New Revision: 687

Modified:
   webspace/include/getdata.php
Log:
We have output buffering enabled, so we can set this header right here and have their browser start downloading immediately.


Modified: webspace/include/getdata.php
===================================================================
--- webspace/include/getdata.php	2006-03-25 20:19:36 UTC (rev 686)
+++ webspace/include/getdata.php	2006-03-26 00:33:02 UTC (rev 687)
@@ -13,6 +13,7 @@
 			 <p>Good for you. You can 
 			 <a rel=\"nofollow\" href=\"http://www.icculus.org/~zakk/quake3-latest-pk3s.zip\">
 			 download the <tt>pk3</tt>s</a> now.</p>";
+		header("Location: http://www.icculus.org/~zakk/quake3-latest-pk3s.zip");
 		break;
 	default:
 			$eula = file_get_contents("include/id_patch_pk3s_Q3A_EULA.txt");




More information about the quake3-commits mailing list