Happy New Year
[squirrelmail.git] / functions / htmlentities / index.php
index 5963dfd61f21e35fb2627488038e534a9134da16..09d32f2eddc9828765904fbc652f9fe9c251d601 100644 (file)
@@ -1,13 +1,19 @@
 <?php
+
 /**
- * Redirects to the login page.
+ * index.php
  *
- * @copyright (c) 1999-2004 The SquirrelMail development team
+ * 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-2020 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage strings
  */
-header("Location:../../src/login.php\n\n");
-exit();
-?>
+
+header('Location: ../index.php');
+
+?>
\ No newline at end of file