Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only)
[squirrelmail.git] / plugins / bug_report / index.php
index 7c812e604cb6a68f53333259382c29f737125f1b..03b45a25edd2e837f9a6c5d6d3cea65fddae98bf 100644 (file)
@@ -3,12 +3,12 @@
    /**
     **  index.php -- Displays the main frameset
     **
-    **  Copyright (c) 1999-2003 The SquirrelMail development team
+    **  Copyright (c) 1999-2005 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Redirects to the login page.
     **
-    * $Id$
+    * @version $Id$
     * @package plugins
     * @subpackage bug_report
     **/
@@ -16,4 +16,4 @@
    header("Location:../../src/login.php\n\n");
    exit();
 
-?>
+?>
\ No newline at end of file