Remove possible bad system admin typos (#2827153).
[squirrelmail.git] / plugins / preview_pane / index.php
index 5ca705c7b313107d854ea618696c3de0fd015214..8a7d18346cedaf92261f87bea1cfd588f1ebc966 100644 (file)
@@ -1,19 +1,17 @@
-<?php\r
-\r
-/**\r
- * index.php\r
- *\r
- * Copyright (c) 1999-2003 The SquirrelMail Project Team\r
- * Licensed under the GNU GPL. For full terms see the file COPYING.\r
- *\r
- * This file simply takes any attempt to view source files and sends those\r
- * people to the login screen. At this point no attempt is made to see if\r
- * the person is logged or not.\r
- *\r
- * $Id: index.php,v 1.5 2002/12/31 12:49:33 kink Exp $\r
- */\r
-\r
-header("Location:../index.php");\r
-\r
-/* pretty impressive huh? */\r
-\r
+<?php
+
+/**
+ * index.php
+ *
+ * This file simply takes any attempt to view source files and sends those
+ * people to the login screen. At this point no attempt is made to see if the
+ * person is logged in or not.
+ *
+ * @copyright &copy; 1999-2009 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id: index.php 12128 2007-01-13 20:15:44Z kink $
+ * @package plugins
+ * @subpackage preview_pane
+ */
+
+header('Location: ../index.php');