- Timestamp:
- 2007/11/28 18:49:27 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/data/downloads/module/mdl_zero/mdl_zero.php
r15844 r16835 126 126 // ¥¨¥é¡¼¤¬¤¢¤ë¤«¥Á¥§¥Ã¥¯¤¹¤ë 127 127 if(!ereg("^<HTML>",$arrResponse )){ 128 sfPrintR($arrResponse);128 gfDebugLog($arrResponse); 129 129 $arrRet["pc_clientip"] = "ÆþÎϥǡ¼¥¿¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó<br>"; 130 130 } … … 145 145 // ¥¨¥é¡¼¤¬¤¢¤ë¤«¥Á¥§¥Ã¥¯¤¹¤ë 146 146 if(!ereg("^<HTML>",$arrResponse )){ 147 sfPrintR($arrResponse);147 gfDebugLog($arrResponse); 148 148 $arrRet["mobile_clientip"] = "ÆþÎϥǡ¼¥¿¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó<br>"; 149 149 }
Note: See TracChangeset
for help on using the changeset viewer.