|
|
@@ -15,7 +15,7 @@ class CheckIp
|
|
|
if(!in_array($ip, $whitelist)){
|
|
|
$blacklist = IpConfig::getBlacklist();
|
|
|
if(in_array($ip, $blacklist)){
|
|
|
- return shutdown(lang('user.ipError'), 10002);
|
|
|
+ return shutdown(lang('system.ipError'), 10002);
|
|
|
}
|
|
|
}
|
|
|
} catch (Exception $exception) {
|