Centralized init
[squirrelmail.git] / plugins / info / setup.php
index 5340c0af82a28d07bb83eaed768127ec30f853a3..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
@@ -32,7 +30,7 @@ function info_opt() {
     $optpage_blocks[] = array(
         'name' => _("IMAP server information"),
         'url'  => '../plugins/info/options.php',
-        'desc' => _("Run some test IMAP commands, displaying both the command and the result. These tests use the Squirrelmail IMAP commands and your current Squirrelmail configuration. Custom command strings can be used."),
+        'desc' => _("Run some test IMAP commands, displaying both the command and the result. These tests use the SquirrelMail IMAP commands and your current SquirrelMail configuration. Custom command strings can be used."),
         'js'   => false
     );
 }