Fix the save message button, using new functionality marc introduced yesterday.
[squirrelmail.git] / plugins / info / setup.php
index 6973aaabf924b87343d7222709e6ae2056197949..6adcf0745e87e62db1763c7fcecd5a46655f9d57 100644 (file)
@@ -1,14 +1,16 @@
 <?php
 
 /* setup file for the IMAP server info plugin
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * 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$
+ * 
  */
 
-require_once ('../plugins/info/functions.php');
+require_once (SM_PATH . 'plugins/info/functions.php');
 
 function squirrelmail_plugin_init_info() {
     global $squirrelmail_plugin_hooks;