Initial groundwork to use phpdocumentor.
[squirrelmail.git] / plugins / translate / index.php
index de0b3693d796b6518a9e4f945eb56780cfa564e1..24deee3df8edc025ec092874b7e6f1d87760eb5d 100644 (file)
@@ -3,18 +3,17 @@
    /**
     **  index.php -- Displays the main frameset
     **
-    **  Copyright (c) 1999-2002 The SquirrelMail development team
+    **  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$
+    * @package plugins
+    * @subpackage translate
     **/
 
-   require_once('../../functions/strings.php');
-
-   $location = get_location();
-   header("Location: $location/src/login.php\n\n");
+   header("Location:../../src/login.php\n\n");
    exit();
 
 ?>