From f44e55c96d795ed93a44882aafb18be479c870cd Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 10 May 2017 11:19:49 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E6=95=B4=E7=90=86=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/hook/FilterView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/hook/FilterView.php b/extend/hook/FilterView.php index e7fb05200..a24ad3ba9 100644 --- a/extend/hook/FilterView.php +++ b/extend/hook/FilterView.php @@ -79,7 +79,7 @@ SCRIPT; if (($key = sysconf('tongji_cnzz_key'))) { $query = ['siteid' => $key, 'r' => $this->request->server('HTTP_REFERER'), 'rnd' => mt_rand(100000, 999999)]; $imgSrc = 'https://c.cnzz.com/wapstat.php?' . http_build_query($query); - $params = preg_replace('||i', "\n ", $params); + $params = preg_replace('||i', "\n ", $params); } }