修复日志页面卡顿我呢提
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
/**
|
||||
* 生成 check_config/*.php(define 拼接,输出格式与历史 dashboard 一致)
|
||||
*/
|
||||
require_once dirname(__DIR__) . '/lib/Cloak/CountryAllowlist.php';
|
||||
|
||||
class ConfigWriter
|
||||
{
|
||||
/**
|
||||
@@ -14,7 +16,7 @@ class ConfigWriter
|
||||
$methods = $data['methods'];
|
||||
$blacklist_group_id = (int) $data['blacklist_group_id'];
|
||||
$whitelist_group_id = (int) $data['whitelist_group_id'];
|
||||
$country = $data['country'];
|
||||
$country = CountryAllowlist::formatForConfig($data['country']);
|
||||
$show_content = $data['show_content'];
|
||||
$DB_fp = $data['DB_fp'];
|
||||
$costm_ip_score = $data['costm_ip_score'];
|
||||
|
||||
Reference in New Issue
Block a user