Changeset 358 for trunk/xpressme_integration_kit
- Timestamp:
- Aug 4, 2009, 2:05:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/include/add_xpress_process.php
r355 r358 2 2 require_once( dirname( __FILE__ ).'/request_url.php'); 3 3 if (is_xpress_index_page_call()){ 4 //When notifying by a private message, 5 //it is evaded that the data base becomes read-only as a result of the check on the referrer and the method. 6 $_SERVER['REQUEST_METHOD'] = 'POST'; 7 4 8 require_once $xoops_config->xoops_mainfile_path; //It is necessary to execute it for the user attestation before wp-settings.php. 5 9 require_once(ABSPATH.'wp-settings.php'); … … 20 24 die($err_str); 21 25 } 22 26 27 Notification_reserve_send(); 23 28 ob_start(); 24 29 if($xoops_config->is_wp20 )
Note: See TracChangeset
for help on using the changeset viewer.