Allow administrators to configure subfolders of user INBOXes to be treated as special...
[squirrelmail.git] / plugins / administrator / index.php
index 844f4303ee86d317282e37ca7df038f6720aa81a..62d20845c42c6f864b0d55d56d3ebe4790247b79 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 1999-2011 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage administrator
  */
 
-   header("Location:../../src/login.php\n\n");
-   exit();
+header('Location: ../index.php');
 
-?>
+?>
\ No newline at end of file