A start for a new change_password master plugin. This is not finished
[squirrelmail.git] / plugins / info / setup.php
index 6973aaabf924b87343d7222709e6ae2056197949..c5476bd54a70bf6b15cbb269d89af40470f9cba5 100644 (file)
@@ -1,14 +1,18 @@
 <?php
 
-/* setup file for the IMAP server info plugin
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+/** setup file for the IMAP server info plugin
+ * Copyright (c) 1999-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *   
  * by: Jason Munro jason@stdbev.com
- *
+ * 
+ * $Id$
+ * @package plugins
+ * @subpackage info
  */
 
-require_once ('../plugins/info/functions.php');
+/** @ignore */
+require_once (SM_PATH . 'plugins/info/functions.php');
 
 function squirrelmail_plugin_init_info() {
     global $squirrelmail_plugin_hooks;