One more. I wasn't done.
[squirrelmail.git] / plugins / sent_subfolders / index.php
index eca06712d4b995ba245ba9969ad5c2fdad3424b8..20b5148cb1da010b11b2f461b1dfd07f43907802 100644 (file)
@@ -1,19 +1,19 @@
 <?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.
- *
- * 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-2007 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage sent_subfolders
  */
 
-header("Location:../../src/login.php\n\n");
-exit();
+header('Location: ../index.php');
 
 ?>
\ No newline at end of file