From 9f0e9b1baf3c42aa1364e442a49d65c4f2400e61 Mon Sep 17 00:00:00 2001 From: ycc Date: Wed, 2 Dec 2020 15:59:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=9A=E4=B8=AA=E7=AB=99?= =?UTF-8?q?=E7=82=B9=E6=97=A5=E5=BF=97=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/wwwlog/controllers/index.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/application/third_party/wwwlog/controllers/index.php b/application/third_party/wwwlog/controllers/index.php index 25d292f9..ff68e6a6 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -13,7 +13,14 @@ class Index extends CI_Controller //private $logstore = 'globalhoghlights'; private $token = ""; private $Log_Client; - private $logstore=array('cht'=>'globalhoghlights','ah'=>'asiahighlights');//站点日志存储库,每个网站对应一个 + private $logstore=array('cht'=>'globalhoghlights' + ,'ah'=>'asiahighlights' + ,'ct'=>'chinatravel' + ,'yz'=>'yangtzeriver' + ,'gl'=>'guilinchina' + ,'sht'=>'shanghaihighlights' + ,'gm'=>'chinarundreisen' + );//站点日志存储库,每个网站对应一个 function __construct() @@ -54,6 +61,8 @@ class Index extends CI_Controller and request_uri NOT like '/guide-use.php%' and request_uri NOT like '/index.php%' and request_uri NOT like '/secureforms/form_token' + and request_uri NOT like '/ip/' + and request_uri NOT like '/ajax/getads/' and remote_addr='$ip' ";//ORDER BY time_local ASC 时间精度不够,会导致相同排序错误,只能用系统默认排序 /*