Adding more index.php files
[squirrelmail.git] / images / themes / none / index.php
index 95a749734caaccdd5857ae70e55f4e2b5ef735ed..10cb21466fa88e1fb42467e49e65a5998006dcc8 100644 (file)
@@ -1,17 +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.
+ * 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 (c) 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
+?>
\ No newline at end of file