- Timestamp:
- Dec 4, 2009, 10:58:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/include/add_xpress_process.php
r477 r479 34 34 require_once( dirname( __FILE__ ).'/request_url.php'); 35 35 if (is_xpress_index_page_call()){ 36 //$_SERVER['REQUEST_METHOD'] = 'POST' is 36 37 //When notifying by a private message, Notification_reserve_send(); 37 38 //it is evaded that the data base becomes read-only as a result of the check on the referrer and the method. … … 40 41 require_once $xoops_config->xoops_mainfile_path; //It is necessary to execute it for the user attestation before wp-settings.php. 41 42 $_SERVER['REQUEST_METHOD'] = $request_method; 42 unset($offset); 43 44 unset($offset); //This Trap is provides the case where $offset is defined on the XOOPS side. 43 45 require_once(ABSPATH.'wp-settings.php'); 44 46 47 //When it is not possible to connect it correctly at site home URL on the WordPress side, 48 //URL is corrected based on accessed URL. 45 49 safe_site_url(); 46 50
Note: See TracChangeset
for help on using the changeset viewer.