There are too many modified files being committed without the copyright year being...
[squirrelmail.git] / plugins / filters / index.php
index ac1800eb7620d46002020dabcd48939b94277d9a..0f93804f3ce87d2856f75ab40a7089d0f3aa5dc1 100644 (file)
@@ -1,19 +1,19 @@
 <?php
 
 /**
- *  index.php -- Displays the main frameset
+ * index.php
  *
- *  Copyright (c) 1999-2004 The SquirrelMail development team
- *  Licensed under the GNU GPL. For full terms see the file COPYING.
- *
- *  Redirects to the login page.
+ * 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$
  * @package plugins
  * @subpackage filters
  */
 
-   header("Location:../../src/login.php\n\n");
-   exit();
+header('Location: ../index.php');
 
-?>
+?>
\ No newline at end of file