Version 3.4.1
1. 更新纯真数据库 2. 修复一系列bug
This commit is contained in:
4
dio.php
4
dio.php
@@ -49,7 +49,7 @@ function load_xss_record( $id ) {
|
||||
|
||||
$isChange = false;
|
||||
if ( !isset( $info['location'] ) ) {
|
||||
$info['location'] = convertip( $info['user_IP'], IPDATA_PATH );
|
||||
$info['location'] = convertIP( $info['user_IP'], IPDATA_PATH );
|
||||
$isChange = true;
|
||||
}
|
||||
|
||||
@@ -115,7 +115,7 @@ function list_xss_record_detail() {
|
||||
$isChange = false;
|
||||
//如果没有设置location,就查询qqwry.dat判断location
|
||||
if ( !isset( $info['location'] ) ) {
|
||||
$info['location'] = convertip( $info['user_IP'], IPDATA_PATH );
|
||||
$info['location'] = convertIP( $info['user_IP'], IPDATA_PATH );
|
||||
$isChange = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user