xhgui - invalid document for insert: keys cannot contain ".": "main()==>load::/index.php"
# 打开 xhgui/external/header.php 文件,搜索 ignore_user_abort(true); 函数,在该函数前添加如下代码:
$profile = [];
foreach($data['profile'] as $key => $value) {
$profile[strtr($key, ['.' => '_'])] = $value;
}
$data['profile'] = $prof