diff --git a/plugins/webstats/js/stats.js b/plugins/webstats/js/stats.js index 361f57f7a..33b8c71e8 100644 --- a/plugins/webstats/js/stats.js +++ b/plugins/webstats/js/stats.js @@ -2037,7 +2037,7 @@ function wsTableErrorLogRequest(page){ content: '
\
\ \ - \ + \ \\
时间' + getLocalTime(res.time) + '真实IP' + res.ip + '客户端端口'+(res.client_port>0 && res.client_port != ''?res.client_port:'')+'
时间' + getLocalTime(res.time) + '真实IP' + res.ip + '客户端端口'+(res.client_port>0 && res.client_port != ''?res.client_port:'')+'
类型' + res.method + '状态' + res.status_code + '响应大小' + toSize(res.body_length) + '
\
协议
\ @@ -2246,7 +2246,7 @@ function wsTableLogRequest(page){ content: '
\
\ \ - \ + \ \\
时间' + getLocalTime(res.time) + '真实IP' + res.ip + '客户端端口'+(res.client_port>0 && res.client_port != ''?res.client_port:'')+'
时间' + getLocalTime(res.time) + '真实IP' + res.ip + '客户端端口'+(res.client_port>0 && res.client_port != ''?res.client_port:'')+'
类型' + res.method + '状态' + res.status_code + '响应大小' + toSize(res.body_length) + '
\
协议
\