don't load info plugin functions in setup.php
[squirrelmail.git] / plugins / info / setup.php
index 2ede4054ce19f29380ee181c329d4814f42f705a..0f26b732df06bdfe2693330bfb27ed40f4090345 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 &copy; 1999-2006 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
@@ -37,4 +35,4 @@ function info_opt() {
     );
 }
 
-?>
+?>
\ No newline at end of file