Author: mdomsch Update of /cvs/fedora/web/html/download/mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28610/download/mirrors Modified Files: index.php Log Message: redirect f.r.c/[Dd]ownload/mirrors/ index page to mirrors.fp.o/publiclist/ Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.php 13 Oct 2006 17:20:15 -0000 1.3 +++ index.php 10 Jun 2007 22:32:18 -0000 1.4 @@ -3,7 +3,7 @@ // Easily-changeable template for redirection. // -$NEWURL="http://fedora.redhat.com/Download/mirrors.html"; +$NEWURL="http://mirrors.fedoraproject.org/publiclist/"; include("redirect.inc");