Index: /trunk/xpressme_integration_kit/include/add_xpress_process.php
===================================================================
--- /trunk/xpressme_integration_kit/include/add_xpress_process.php	(revision 478)
+++ /trunk/xpressme_integration_kit/include/add_xpress_process.php	(revision 479)
@@ -34,4 +34,5 @@
 require_once( dirname( __FILE__ ).'/request_url.php');
 if (is_xpress_index_page_call()){
+	//$_SERVER['REQUEST_METHOD'] = 'POST' is
 	//When notifying by a private message, Notification_reserve_send();
 	//it is evaded that the data base becomes read-only as a result of the check on the referrer and the method. 
@@ -40,7 +41,10 @@
 	require_once $xoops_config->xoops_mainfile_path; //It is necessary to execute it for the user attestation before wp-settings.php. 
 	$_SERVER['REQUEST_METHOD'] = $request_method;
-	unset($offset);
+	
+	unset($offset);		//This Trap is provides the case where $offset is defined on the XOOPS side.
 	require_once(ABSPATH.'wp-settings.php');
 	
+	//When it is not possible to connect it correctly at site home URL on the WordPress side, 
+	//URL is corrected based on accessed URL. 
 	safe_site_url();
 
