Index: /trunk/include/include_xoops_define.php
===================================================================
--- /trunk/include/include_xoops_define.php	(revision 65)
+++ /trunk/include/include_xoops_define.php	(revision 66)
@@ -19,5 +19,5 @@
  */
 
-function is_root_index_page_call(){
+function is_xpress_index_page_call(){
 	$xpress_root_index = basename(dirname(dirname( __FILE__ ))) . '/index.php';
 	$php_script_name = $_SERVER['SCRIPT_NAME'];
Index: /trunk/wp-config.php
===================================================================
--- /trunk/wp-config.php	(revision 65)
+++ /trunk/wp-config.php	(revision 66)
@@ -41,5 +41,6 @@
 
 require_once(ABSPATH.'wp-settings.php');
-if (is_root_index_page_call()){
+
+if (is_xpress_index_page_call()){
 	// The return to wp-blog-header.php is stolen here
 	wp();
