using 'pass' instead of 'ascii'. internal mbstring encoding that should
[squirrelmail.git] / plugins / squirrelspell / js / index.php
index 9b39265391ce0390fcf4e3483a927b2e34ce78b8..f720a4350dd51421ab59fc721e58d9b6ad499bc2 100644 (file)
@@ -1,3 +1,19 @@
 <?php
-header("Location: http://www.mricon.com/");
-?>
+
+   /**
+    **  index.php -- Displays the main frameset
+    **
+    **  Copyright (c) 1999-2005 The SquirrelMail Project Team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    **  Redirects to the login page.
+    **
+    **  $Id$
+    * @package plugins
+    * @subpackage squirrelspell
+    **/
+
+   header("Location:../../../src/login.php\n\n");
+   exit();
+
+?>
\ No newline at end of file