- Timestamp:
- Jan 27, 2009, 7:55:25 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/include_xoops_define.php
r62 r66 19 19 */ 20 20 21 function is_ root_index_page_call(){21 function is_xpress_index_page_call(){ 22 22 $xpress_root_index = basename(dirname(dirname( __FILE__ ))) . '/index.php'; 23 23 $php_script_name = $_SERVER['SCRIPT_NAME']; -
trunk/wp-config.php
r59 r66 41 41 42 42 require_once(ABSPATH.'wp-settings.php'); 43 if (is_root_index_page_call()){ 43 44 if (is_xpress_index_page_call()){ 44 45 // The return to wp-blog-header.php is stolen here 45 46 wp();
Note: See TracChangeset
for help on using the changeset viewer.