String fix
[squirrelmail.git] / plugins / bug_report / index.php
index cd0f2e854fc4f90805a2ff082b0d9ea5b3ccefca..bffb85f53b184e0f47258175c0ce28e6bc3f6b54 100644 (file)
@@ -1,17 +1,15 @@
 <?php
-
-   /**
-    **  index.php -- Displays the main frameset
-    **
-    **  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$
-    **/
-
-   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 bug_report
+ */
+header("Location:../../index.php\n\n");
+exit();
+?>
\ No newline at end of file