Happy New Year
[squirrelmail.git] / plugins / bug_report / index.php
index bffb85f53b184e0f47258175c0ce28e6bc3f6b54..858e67809eae83f6faddafe2a627076d158c4b91 100644 (file)
@@ -1,15 +1,18 @@
 <?php
+
 /**
- * index.php -- Displays the main frameset
+ * index.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
+ * 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.
  *
- * Redirects to the login page.
+ * @copyright 1999-2018 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage bug_report
  */
-header("Location:../../index.php\n\n");
-exit();
-?>
\ No newline at end of file
+
+header('Location: ../index.php');
+