- Timestamp:
- Mar 8, 2009, 4:09:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/include/xpress_common_functions.php
r99 r100 2 2 global $xoops_config; 3 3 if (!is_object($xoops_config)){ // is call other modules 4 require_once dirname( __FILE__ ) .'/config_from_xoops.class.php' ;4 require_once dirname(dirname(dirname(dirname(dirname( __FILE__ ))))) .'/include/config_from_xoops.class.php' ; 5 5 $xoops_config = new ConfigFromXoops; 6 6 }
Note: See TracChangeset
for help on using the changeset viewer.