- Timestamp:
- Mar 17, 2010, 11:38:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/include/add_xpress_process.php
r549 r551 107 107 108 108 require_once( dirname( __FILE__ ).'/request_url.php'); 109 require_once( dirname( __FILE__ ).'/memory_limit.php'); 109 110 if (is_xpress_index_page_call()){ 110 111 //$_SERVER['REQUEST_METHOD'] = 'POST' is … … 115 116 require_once $xoops_config->xoops_mainfile_path; //It is necessary to execute it for the user attestation before wp-settings.php. 116 117 $_SERVER['REQUEST_METHOD'] = $request_method; 117 118 xpress_set_memory_limmit(); // Set memory limmit.(Limmit Value from XPressMe modele config.) 118 119 unset($offset); //This Trap is provides the case where $offset is defined on the XOOPS side. 119 120 require_once(ABSPATH.'wp-settings.php'); … … 181 182 if (is_admin_post_call()) require_once $xoops_config->xoops_mainfile_path; // for Notification_triggerEvent 182 183 if (is_xpress_comments_post_call()) require_once $xoops_config->xoops_mainfile_path; // for Notification_triggerEvent 184 xpress_set_memory_limmit(); // Set memory limmit.(Limmit Value from XPressMe modele config.) 183 185 ?>
Note: See TracChangeset
for help on using the changeset viewer.