Changeset 132
- Timestamp:
- Mar 22, 2009, 1:46:25 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/request_url.php
r96 r132 40 40 } 41 41 42 function is_admin_post_call(){ 43 return check_page_call('wp-admin/post.php'); 44 } 45 42 46 function is_xmlrpc_call(){ 43 47 $ret = check_page_call('xmlrpc.php'); -
trunk/wp-config.php
r96 r132 98 98 exit(); // The return to wp-blog-header.php is stolen here 99 99 } 100 if (is_admin_post_call()) require_once $xoops_config->xoops_mainfile_path; 100 101 require_once(ABSPATH.'wp-settings.php'); 101 102 ?> -
trunk/wp-content/plugins/xpressme/include/notify_functions.php
r96 r132 49 49 } 50 50 // set_error_handler("xpress_error_handler"); 51 require $xoops_config->xoops_mainfile_path; // load XOOPS System51 require_once $xoops_config->xoops_mainfile_path; // load XOOPS System 52 52 $module_id = get_xpress_modid() ; 53 53 $notification_handler =& xoops_gethandler( 'notification' ) ;
Note: See TracChangeset
for help on using the changeset viewer.