Remove possible bad system admin typos (#2827153).
[squirrelmail.git] / plugins / calendar / index.php
index f026681cf2a3b02a0d7087e3441ebcf834d73b84..26c9ed2c49a364b667b9f4be4a877c7d1ffe5a7e 100644 (file)
@@ -1,17 +1,19 @@
 <?php
 
 /**
- * index.php -- Displays the main frameset
+ * index.php
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
+ * 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.
  *
- * Redirects to the login page.
- *
- * $Id$
+ * @copyright &copy; 1999-2009 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package plugins
+ * @subpackage calendar
  */
 
-header("Location:../../src/login.php\n\n");
-exit();
+header('Location: ../index.php');
 
-?>
+?>
\ No newline at end of file