web/html/participate/schedule index.php,1.7,1.8

Patrick Barnes (nman64) fedora-extras-commits at redhat.com
Thu Dec 8 02:38:55 UTC 2005


Author: nman64

Update of /cvs/fedora/web/html/participate/schedule
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16599

Modified Files:
	index.php 
Log Message:
More complex, working redirect


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/participate/schedule/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- index.php	8 Dec 2005 00:27:37 -0000	1.7
+++ index.php	8 Dec 2005 02:38:53 -0000	1.8
@@ -1,3 +1,3 @@
 <?php
-header("Location: /About/schedule/");
+  header("Location: http://". $_SERVER['HTTP_HOST'] ."/About/schedule");
 ?>




More information about the fedora-extras-commits mailing list