r971 - webspace/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Nov 11 00:00:07 EST 2006


Author: floam
Date: 2006-11-11 00:00:06 -0500 (Sat, 11 Nov 2006)
New Revision: 971

Modified:
   webspace/include/thebrain.php
Log:
yay


Modified: webspace/include/thebrain.php
===================================================================
--- webspace/include/thebrain.php	2006-11-11 04:58:24 UTC (rev 970)
+++ webspace/include/thebrain.php	2006-11-11 05:00:06 UTC (rev 971)
@@ -15,7 +15,7 @@
 	$ua = false;
 
 if (strpos($_SERVER['HTTP_HOST'], "icculus.org") !== FALSE)
-	header("Location: http://ioquake3.org" . $_SERVER["REQUEST_URI"]);
+	header("Location: http://ioquake3.org" . str_replace("quake3", '', $_SERVER["REQUEST_URI"]));
 
 $normal = '<?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">';




More information about the quake3-commits mailing list