E_ALL is a moving target
[squirrelmail.git] / plugins / info / setup.php
index 9f0c2ec0ac28edb2220c1ef8580a5d34bbdee74c..89d4e682ee36a5df6a8e4f3b4bdfb0b977375631 100644 (file)
@@ -4,16 +4,13 @@
  * setup file for the IMAP server info plugin
  *
  * @author Jason Munro <jason at stdbev.com>
- * @copyright &copy; 1999-2005 The SquirrelMail Project Team
+ * @copyright 1999-2012 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage info
  */
 
-/** @ignore */
-require_once (SM_PATH . 'plugins/info/functions.php');
-
 /**
  * Plugin init function
  * @access private
@@ -37,5 +34,3 @@ function info_opt() {
         'js'   => false
     );
 }
-
-?>
\ No newline at end of file