We're living in 2004 now... perl is your friend for these kinds of things :)
[squirrelmail.git] / plugins / translate / index.php
index cb97cc209ad9108d7d5b569a3b2600dbbd449429..c9c6b07ae1b061527759c1ef6d9cdbca11127c6a 100644 (file)
@@ -3,15 +3,17 @@
    /**
     **  index.php -- Displays the main frameset
     **
    /**
     **  index.php -- Displays the main frameset
     **
-    **  Copyright (c) 1999-2002 The SquirrelMail development team
+    **  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$
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Redirects to the login page.
     **
     **  $Id$
+    * @package plugins
+    * @subpackage translate
     **/
 
    header("Location:../../src/login.php\n\n");
    exit();
 
     **/
 
    header("Location:../../src/login.php\n\n");
    exit();
 
-?>
\ No newline at end of file
+?>