web/html/docs/install-guide/fc6 index.php,1.7,1.8

Rüdiger Landmann rlandmann at fedoraproject.org
Tue Nov 10 00:19:15 UTC 2009


Author: rlandmann

Update of /cvs/fedora/web/html/docs/install-guide/fc6
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6312/install-guide/fc6

Modified Files:
	index.php 
Log Message:
fix php redirect


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/install-guide/fc6/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- index.php	9 Nov 2009 01:49:46 -0000	1.7
+++ index.php	10 Nov 2009 00:18:45 -0000	1.8
@@ -1,5 +1,5 @@
 <?php
 /* Redirect to main docs page */
-header("Location: http://docs.fedoraproject.org/");
+header("Location: http://docs.fedoraproject.org/index.html");
 ?>
  




More information about the Fedora-docs-commits mailing list