phpDocumentor updates
[squirrelmail.git] / images / themes / none / index.php
index a9aa9d1836aa1c0f69d84c1065880e8c48f57c91..c1a0f40a3456f0d4e940c2c62187cfec36f13a30 100644 (file)
@@ -1,17 +1,19 @@
 <?php
 
 /**
- * index.php -- Displays the main frameset
+ * index.php
  *
- * Copyright (c) 1999-2003 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-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
-header("Location: src/login.php\n\n");
+header('Location: ../index.php');
 
-?>
-<html></html>
+?>
\ No newline at end of file