Revert my changes on this plugin, I didn't notice that the globals were dynamically...
[squirrelmail.git] / plugins / translate / index.php
index cb97cc209ad9108d7d5b569a3b2600dbbd449429..3bc401114c9b2fd6149e27f1a60616d91eb2053f 100644 (file)
@@ -1,17 +1,16 @@
 <?php
-
-   /**
-    **  index.php -- Displays the main frameset
-    **
-    **  Copyright (c) 1999-2002 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();
-
+/**
+ *  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.
+ *
+ * @version $Id$
+ * @package plugins
+ * @subpackage translate
+ */
+header("Location:../../src/login.php\n\n");
+exit();
 ?>
\ No newline at end of file