web/html/docs/desktop-user-guide index.php,1.4,1.5

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


Author: rlandmann

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

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


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/desktop-user-guide/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.php	8 Nov 2009 23:01:30 -0000	1.4
+++ index.php	10 Nov 2009 00:18:42 -0000	1.5
@@ -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