This website works better with JavaScript.
首頁
註冊
登入
DedeBIZ
/
DedeV6
關註
2
收藏
0
複製
0
程式碼
合併請求
0
版本發佈
29
Activity
瀏覽代碼
爬虫不记录
tags/6.2.1
tianya
2 年之前
父節點
83cb46a671
當前提交
f29ed29dd5
共有
1 個文件被更改
,包括
4 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/system/libraries/statistics.class.php
+ 4
- 0
src/system/libraries/statistics.class.php
查看文件
@@ -20,6 +20,10 @@ class DedeStatistics {
{
global $envs,$cfg_cookie_encode;
$agent = new Agent();
//不记录爬虫
if ($agent->isRobot()) {
return "";
}
$pm = array();
$pm['dduuid'] = GetCookie("DedeStUUID");
if (empty($pm['dduuid'])) {
Write
Preview
Loading…
取消
儲存