web/html/projects/selinux index.php,1.3,1.4

Karsten Wade (kwade) fedora-websites-list at redhat.com
Fri Oct 13 17:21:03 UTC 2006


Author: kwade

Update of /cvs/fedora/web/html/projects/selinux
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/projects/selinux

Modified Files:
	index.php 
Log Message:
Applying patch from bz#189069


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/projects/selinux/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.php	21 Jun 2006 18:19:29 -0000	1.3
+++ index.php	13 Oct 2006 17:21:01 -0000	1.4
@@ -1,26 +1,11 @@
-<?
-include("site.inc");
+<?php
+//
+// Easily-changeable template for redirection.
+//
 
-$template = new Page;
-$template->initCommon();
+//$NEWURL="http://fedora.redhat.com/About/Projects/selinux.html";
+$NEWURL="http://fedoraproject.org/wiki/SELinux";
 
-$template->displayHeader();
-                                                                                                             
-?>
-
-<!-- content BEGIN -->
-<h1>SELinux Project pages (DEPRECATED)</h1>
-
-<p>
-  This page is deprecated.  Please refer to the new page at:
-</p>
-<p>
-  <a href="http://fedora.redhat.com/About/Projects/selinux.html">http://fedora.redhat.com/About/Projects/selinux.html</a>
-</p>
-
-<?
-
-/* Standard template footer */
-$template->displayFooter('$Date$');
+include("redirect.inc");
 
 ?>




More information about the Fedora-websites-list mailing list