Call me anal
[squirrelmail.git] / plugins / spamcop / index.php
index 42c5c79a5e66e5edcacbc081d96b3e6fef122d60..444cf3200a739cc8693d13c9e97911c84e3690b9 100644 (file)
@@ -1,16 +1,19 @@
 <?php
+
 /**
- *  index.php -- Displays the main frameset
+ * index.php
  *
- * 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 (c) 1999-2005 The SquirrelMail Project Team
+ * @copyright &copy; 1999-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage spamcop
  */
 
-header("Location:../../index.php\n\n");
-exit();
+header('Location: ../index.php');
+
 ?>
\ No newline at end of file