dumping translate plugin changes into cvs.
[squirrelmail.git] / plugins / translate / index.php
index cb97cc209ad9108d7d5b569a3b2600dbbd449429..9befff830f027e309b62ce76d7cfd5cbf6a08591 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();
-
-?>
\ No newline at end of file
+/**
+ *  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();
+?>