Make return-to-message work for forwards
[squirrelmail.git] / plugins / preview_pane / index.php
index 5ca705c7b313107d854ea618696c3de0fd015214..61de93a2a9975b81c772eb9b9d78835190aedbea 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 1999-2017 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package plugins
+ * @subpackage preview_pane
+ */
+
+header('Location: ../index.php');