web/html/docs/selinux-managing-confined-services-guide index.php, 1.1, 1.2

Rüdiger Landmann rlandmann at fedoraproject.org
Sun Nov 8 23:02:04 UTC 2009


Author: rlandmann

Update of /cvs/fedora/web/html/docs/selinux-managing-confined-services-guide
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10139/selinux-managing-confined-services-guide

Modified Files:
	index.php 
Log Message:
Redirect individual guides to main index


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/selinux-managing-confined-services-guide/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.php	17 Aug 2009 01:04:55 -0000	1.1
+++ index.php	8 Nov 2009 23:01:33 -0000	1.2
@@ -1,34 +1,5 @@
-<?
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-
-$template->displayHeader();
-
-?>
-<h1>SELinux Managing Confined Services Guide</h1>
-
-<div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
-<table border="0">
-<tr>
-  <th>Version</th>
-  <th>Language</th>
-  <th>HTML</th>
-  <th>Single HTML</th>
-  <th>PDF</th>
-</tr>
-<tr>
-  <td>F11</td>
-  <td>English (en_US)</td>
-  <td><a href="en-US/F11/html/">HTML</a></td>
-  <td><a href="en-US/F11/html-single/">Single HTML</a></td>
-  <td><a href="en-US/F11/pdf/Managing_Confined_Services.pdf">PDF</a></td>
-</tr>
-</table>
-
-<?
-
-$template->displayFooter('$Date$');
-
+<?php
+/* Redirect to main docs page */
+header("Location: http://docs.fedoraproject.org/");
 ?>
+ 




More information about the Fedora-docs-commits mailing list