utf-8 is already converted by ja_JP extra functions.
[squirrelmail.git] / plugins / squirrelspell / js / index.php
index 9b39265391ce0390fcf4e3483a927b2e34ce78b8..b6577825dd2ce2323ee4007c2c206d5fd9a206d5 100644 (file)
@@ -1,3 +1,17 @@
 <?php
-header("Location: http://www.mricon.com/");
+
+   /**
+    **  index.php -- Displays the main frameset
+    **
+    **  Copyright (c) 1999-2003 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();
+
 ?>