Out of order require_once()'s meant $version wasn't set properly when needed. Removed...
[squirrelmail.git] / plugins / info / setup.php
index 6973aaabf924b87343d7222709e6ae2056197949..f31e03eff5b8559aed5688def52fc4fdd0f18c61 100644 (file)
@@ -5,10 +5,12 @@
  * 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;