XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 17, 2010, 11:38:11 AM (14 years ago)
Author:
toemon
Message:

mySQL接続上限警告 対策 Fixes#315

File:
1 edited

Legend:

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

    r549 r551  
    107107 
    108108require_once( dirname( __FILE__ ).'/request_url.php'); 
     109require_once( dirname( __FILE__ ).'/memory_limit.php'); 
    109110if (is_xpress_index_page_call()){ 
    110111        //$_SERVER['REQUEST_METHOD'] = 'POST' is 
     
    115116        require_once $xoops_config->xoops_mainfile_path; //It is necessary to execute it for the user attestation before wp-settings.php.  
    116117        $_SERVER['REQUEST_METHOD'] = $request_method; 
    117          
     118        xpress_set_memory_limmit(); // Set memory limmit.(Limmit Value from XPressMe modele config.) 
    118119        unset($offset);         //This Trap is provides the case where $offset is defined on the XOOPS side. 
    119120        require_once(ABSPATH.'wp-settings.php'); 
     
    181182if (is_admin_post_call()) require_once $xoops_config->xoops_mainfile_path;              // for Notification_triggerEvent 
    182183if (is_xpress_comments_post_call()) require_once $xoops_config->xoops_mainfile_path;    // for Notification_triggerEvent 
     184xpress_set_memory_limmit(); // Set memory limmit.(Limmit Value from XPressMe modele config.) 
    183185?> 
Note: See TracChangeset for help on using the changeset viewer.