web/html/docs/release-notes/f12 index.php,1.1,1.2

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


Author: rlandmann

Update of /cvs/fedora/web/html/docs/release-notes/f12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6312/release-notes/f12

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


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f12/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.php	9 Nov 2009 02:02:30 -0000	1.1
+++ index.php	10 Nov 2009 00:18:48 -0000	1.2
@@ -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