information about bug_report fix
[squirrelmail.git] / plugins / translate / index.php
index 4e27ca01c5fcb6cde9b954290087621dfdcae6cd..cad46473470e0537bbd40b1e6b237e922ac88039 100644 (file)
@@ -1,19 +1,16 @@
 <?php
-
-   /**
-    **  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();
-
-?>
+/**
+ *  index.php -- Displays the main frameset
+ *
+ *  Copyright (c) 1999-2005 The SquirrelMail Project 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