取消蜘蛛判断

This commit is contained in:
make
2025-09-04 11:15:34 +08:00
parent 8f5fd00067
commit 287e16b088
7 changed files with 2 additions and 13 deletions

View File

@@ -512,7 +512,6 @@ class SiteContext
// 判断是否为爬虫
$arrVisitInfo['vil_is_spider'] = $this->isSpider($arrVisitInfo['vil_user_agent']);
View::assign('boolIsSpider', $arrVisitInfo['vil_is_spider']);
$strIp = $this->getRealClientIp();
$strKeyLimit10 = 'access:' . $strIp;