Author: kwade Update of /cvs/fedora/web/html/About/schedule In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/About/schedule Modified Files: index.php Log Message: Applying patch from bz#189069 Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/About/schedule/index.php,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- index.php 27 Apr 2006 18:30:03 -0000 1.10 +++ index.php 13 Oct 2006 17:20:04 -0000 1.11 @@ -1,15 +1,10 @@ -<? -include("site.inc"); +<?php +// +// Easily-changeable template for redirection. +// -$template = new Page; -$template->initCommon(); -$template->displayHeader(); -?> - -<h1>Schedule</h1> +$NEWURL="http://fedoraproject.org/wiki/Core/Schedule"; -<p>Schedule information is now <a href="http://fedoraproject.org/wiki/Core/Schedule">maintained on the wiki</a></p> +include("redirect.inc"); -<? -$template->displayFooter('$Date$'); ?>