Index: branches/feature-module-paygent/data/downloads/module/mdl_zero/mdl_zero.php
===================================================================
--- branches/feature-module-paygent/data/downloads/module/mdl_zero/mdl_zero.php	(revision 15767)
+++ branches/feature-module-paygent/data/downloads/module/mdl_zero/mdl_zero.php	(revision 15768)
@@ -125,4 +125,5 @@
         // ¥¨¥é¡¼¤¬¤¢¤ë¤«¥Á¥§¥Ã¥¯¤¹¤ë
         if(!ereg("^<HTML>",$arrResponse )){
+        	sfPrintR($arrResponse);
             $arrRet["pc_clientip"] = "ÆþÎÏ¥Ç¡¼¥¿¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó<br>";
         }
@@ -143,4 +144,5 @@
         // ¥¨¥é¡¼¤¬¤¢¤ë¤«¥Á¥§¥Ã¥¯¤¹¤ë
         if(!ereg("^<HTML>",$arrResponse )){
+        	sfPrintR($arrResponse);
             $arrRet["mobile_clientip"] = "ÆþÎÏ¥Ç¡¼¥¿¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó<br>";
         }
