XPressME Integration Kit

Trac

Changeset 358


Ignore:
Timestamp:
Aug 4, 2009, 2:05:29 PM (15 years ago)
Author:
toemon
Message:

r355 処理の際 r352 の処理を反映し忘れていたので変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/include/add_xpress_process.php

    r355 r358  
    22require_once( dirname( __FILE__ ).'/request_url.php'); 
    33if (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 
    48        require_once $xoops_config->xoops_mainfile_path; //It is necessary to execute it for the user attestation before wp-settings.php.  
    59        require_once(ABSPATH.'wp-settings.php'); 
     
    2024                die($err_str); 
    2125        } 
    22  
     26         
     27        Notification_reserve_send(); 
    2328        ob_start();      
    2429                if($xoops_config->is_wp20 ) 
Note: See TracChangeset for help on using the changeset viewer.