Changeset 791 for trunk/xpressme_integration_kit/include
- Timestamp:
- Jun 3, 2011, 12:30:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/include/add_xpress_config.php
r786 r791 14 14 foreach($nocommon_scripts as $nocommon_script){ 15 15 if (strstr($_SERVER['SCRIPT_NAME'],$nocommon_script) !== false) { 16 defined('XOOPS_BOOTSTRAP') or define('XOOPS_BOOTSTRAP', false); // For XE 17 $xoopsOption['nocommon'] = 1; // For Other 16 $xoopsOption['nocommon'] = 1; 18 17 break; 19 18 } … … 24 23 25 24 $_SERVER['REQUEST_METHOD'] = $request_method; //It returns it to former data. 25 require_once dirname( __FILE__ ).'/set_cash_cookie_path.php' ; 26 require_once dirname( __FILE__ ).'/xpress_debug_log.php' ; 26 27 27 require_once dirname( __FILE__ ).'/xpress_debug_log.php' ;28 28 require_once dirname(dirname( __FILE__ )).'/class/modInfo_class.php' ; 29 29 $modInfo = new modInfoClass; 30 //require_once dirname(dirname( __FILE__ )).'/class/userInfo_class.php' ;31 //$userInfo = new userInfoClass;30 require_once dirname(dirname( __FILE__ )).'/class/userInfo_class.php' ; 31 $userInfo = new userInfoClass; 32 32 33 require_once dirname( __FILE__ ).'/set_cash_cookie_path.php' ;34 33 35 34
Note: See TracChangeset
for help on using the changeset viewer.