Happy New Year
[squirrelmail.git] / plugins / info / setup.php
index 2ede4054ce19f29380ee181c329d4814f42f705a..0f52cfc341236dac2c2d486300064251cd2dda7b 100644 (file)
@@ -1,18 +1,16 @@
 <?php
+
 /**
  * setup file for the IMAP server info plugin
- * 
- * @copyright (c) 1999-2004 The SquirrelMail Project Team
+ *
+ * @author Jason Munro <jason at stdbev.com>
+ * @copyright 1999-2020 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
- * @author Jason Munro jason@stdbev.com
  * @package plugins
  * @subpackage info
  */
 
-/** @ignore */
-require_once (SM_PATH . 'plugins/info/functions.php');
-
 /**
  * Plugin init function
  * @access private
@@ -36,5 +34,3 @@ function info_opt() {
         'js'   => false
     );
 }
-
-?>