Moved dictionaries and settings to SM prefs system
[squirrelmail.git] / plugins / squirrelspell / modules / index.php
index 273d0ea3d7ce939ff221af6b1df722341afcb2b6..0a9f0f87c2f5d16d3be599b54b546f63c7e30b3c 100644 (file)
@@ -5,12 +5,12 @@
  * 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.
+ * Redirects to the initial SquirrelMail page.
  *
  * @version $Id$
  * @package plugins
  * @subpackage squirrelspell
  */
-header("Location:../../../src/login.php\n\n");
+header("Location:../../../index.php\n\n");
 exit();
 ?>
\ No newline at end of file