- Timestamp:
- Apr 11, 2009, 12:29:55 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-config.php
r172 r173 82 82 require_once( ABSPATH .'/include/request_url.php'); 83 83 if (is_xpress_index_page_call()){ 84 require_once $xoops_config->xoops_mainfile_path; //It is necessary to execute it for the user attestation before wp-settings.php. 84 85 require_once(ABSPATH.'wp-settings.php'); 85 require_once $xoops_config->xoops_mainfile_path; //It is necessary to execute it for the user attestation before wp-settings.php.86 86 wp(); 87 87 if (is_wordpress_style()) { -
trunk/wp-content/plugins/xpressme/include/pluggable-override.php
r153 r173 24 24 if (!is_object($xoopsUser)){ 25 25 wp_set_current_user(0); 26 wp_logout(); 26 // wp_logout(); // When IE is used, it becomes page error by the guest if the wp_logout() is executed here. 27 27 return false; 28 28 }
Note: See TracChangeset
for help on using the changeset viewer.