Fix what seems to have been a copy/paste bug
[squirrelmail.git] / plugins / administrator / setup.php
index dd2ae82d8dc2506ea9966aabe0fea5785a022bbc..2ffa3aefd7fc7e2c3e17d14b97c883d0c14a4d9d 100644 (file)
@@ -1,13 +1,14 @@
 <?php
+
 /**
  * Administrator plugin - Setup script
  *
  * Plugin allows remote administration.
  *
- * @version $Id$
  * @author Philippe Mingo
- * @copyright (c) 1999-2005 The SquirrelMail Project Team
+ * @copyright 1999-2011 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
  * @package plugins
  * @subpackage administrator
  */
@@ -42,4 +43,3 @@ function squirrelmail_administrator_optpage_register_block() {
             );
     }
 }
-?>
\ No newline at end of file