Changeset 14880 for branches/dev
- Timestamp:
- 2007/06/19 10:10:57 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/downloads/module/mdl_zero/mdl_zero.php
r14879 r14880 121 121 // ¥Ç¡¼¥¿Á÷¿® 122 122 $arrResponse = sfPostPaymentData(SEND_PARAM_PC_URL, $arrSendData, false); 123 sfprintr($arrResponse);124 123 125 124 // ¥¨¥é¡¼¤¬¤¢¤ë¤«¥Á¥§¥Ã¥¯¤¹¤ë 126 125 if(!ereg("^<HTML>",$arrResponse )){ 127 $arrRet["pc_clientip"] = "ÆþÎϥǡ¼¥¿¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó ";126 $arrRet["pc_clientip"] = "ÆþÎϥǡ¼¥¿¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó<br>"; 128 127 } 129 128 } … … 143 142 // ¥¨¥é¡¼¤¬¤¢¤ë¤«¥Á¥§¥Ã¥¯¤¹¤ë 144 143 if(!ereg("^<HTML>",$arrResponse )){ 145 $arrRet["mobile_clientip"] = "ÆþÎϥǡ¼¥¿¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó ";144 $arrRet["mobile_clientip"] = "ÆþÎϥǡ¼¥¿¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó<br>"; 146 145 } 147 146 }
Note: See TracChangeset
for help on using the changeset viewer.