We're living in 2004 now... perl is your friend for these kinds of things :)
[squirrelmail.git] / plugins / squirrelspell / doc / index.php
index 9b39265391ce0390fcf4e3483a927b2e34ce78b8..2e6f370455259ff37a8ba8442a8f09db6a6c3557 100644 (file)
@@ -1,3 +1,19 @@
 <?php
-header("Location: http://www.mricon.com/");
+
+   /**
+    **  index.php -- Displays the main frameset
+    **
+    **  Copyright (c) 1999-2004 The SquirrelMail development 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();
+
 ?>