Some uniformity into the sec index.php flavor
[squirrelmail.git] / plugins / squirrelspell / modules / index.php
index 9b39265391ce0390fcf4e3483a927b2e34ce78b8..9770189c548f1690b8e6e96589417142cf78360b 100644 (file)
@@ -1,3 +1,17 @@
 <?php
 <?php
-header("Location: http://www.mricon.com/");
-?>
+
+   /**
+    **  index.php -- Displays the main frameset
+    **
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    **  Redirects to the login page.
+    **
+    **  $Id$
+    **/
+
+   header("Location:../../../src/login.php\n\n");
+   exit();
+
+?>
\ No newline at end of file