修复 使用纯真IP库时的编码转换问题(www.cz88.net 下载最新的 IP 库)

This commit is contained in:
Comsenz 2017-12-29 16:40:14 +08:00
parent 3c3c689db9
commit f5fac04c91
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ function convertip_full($ip, $ipdatafile) {
$ipaddr = '- Unknown';
}
return '- '.$ipaddr;
return '- '.diconv($ipaddr, 'GBK');
}