From 771f037f2c064d9146ce975cd7227054aa8ee9da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Sat, 22 Mar 2025 12:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=AE=8C=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/system/libraries/agent.class.php | 3 +-- src/system/libraries/crawlerdetect.class.php | 3 +-- src/system/libraries/fixtures/abstractprovider.php | 3 +-- src/system/libraries/fixtures/crawlers.php | 3 +-- src/system/libraries/fixtures/exclusions.php | 3 +-- src/system/libraries/fixtures/headers.php | 3 +-- src/system/libraries/mobiledetect.class.php | 3 +-- src/system/libraries/splitword.class.php | 3 +-- 8 files changed, 8 insertions(+), 16 deletions(-) diff --git a/src/system/libraries/agent.class.php b/src/system/libraries/agent.class.php index 129c31db..7a575bab 100644 --- a/src/system/libraries/agent.class.php +++ b/src/system/libraries/agent.class.php @@ -355,5 +355,4 @@ class Agent extends Mobile_Detect $key = substr($name, 2); return $this->matchUAAgainstKey($key); } -} -?> \ No newline at end of file +} \ No newline at end of file diff --git a/src/system/libraries/crawlerdetect.class.php b/src/system/libraries/crawlerdetect.class.php index 3ebd6575..a758f952 100644 --- a/src/system/libraries/crawlerdetect.class.php +++ b/src/system/libraries/crawlerdetect.class.php @@ -162,5 +162,4 @@ class CrawlerDetect { return isset($this->matches[0]) ? $this->matches[0] : null; } -} -?> \ No newline at end of file +} \ No newline at end of file diff --git a/src/system/libraries/fixtures/abstractprovider.php b/src/system/libraries/fixtures/abstractprovider.php index bca17357..173e1a4d 100644 --- a/src/system/libraries/fixtures/abstractprovider.php +++ b/src/system/libraries/fixtures/abstractprovider.php @@ -25,5 +25,4 @@ abstract class AbstractProvider { return $this->data; } -} -?> \ No newline at end of file +} \ No newline at end of file diff --git a/src/system/libraries/fixtures/crawlers.php b/src/system/libraries/fixtures/crawlers.php index e67e1af4..71237bee 100644 --- a/src/system/libraries/fixtures/crawlers.php +++ b/src/system/libraries/fixtures/crawlers.php @@ -1409,5 +1409,4 @@ class Crawlers extends AbstractProvider 'ZyBorg', '[a-z0-9\-_]*(bot|crawl|archiver|transcoder|spider|uptime|validator|fetcher|cron|checker|reader|extractor|monitoring|analyzer|scraper)', ); -} -?> \ No newline at end of file +} \ No newline at end of file diff --git a/src/system/libraries/fixtures/exclusions.php b/src/system/libraries/fixtures/exclusions.php index aab91644..9861678b 100644 --- a/src/system/libraries/fixtures/exclusions.php +++ b/src/system/libraries/fixtures/exclusions.php @@ -68,5 +68,4 @@ class Exclusions extends AbstractProvider '; POWER BOT', 'OCTOPUS-CORE', ); -} -?> \ No newline at end of file +} \ No newline at end of file diff --git a/src/system/libraries/fixtures/headers.php b/src/system/libraries/fixtures/headers.php index f05033d8..c432c980 100644 --- a/src/system/libraries/fixtures/headers.php +++ b/src/system/libraries/fixtures/headers.php @@ -32,5 +32,4 @@ class Headers extends AbstractProvider 'HTTP_FROM', 'HTTP_X_SCANNER', //Seen in use by Netsparker ); -} -?> \ No newline at end of file +} \ No newline at end of file diff --git a/src/system/libraries/mobiledetect.class.php b/src/system/libraries/mobiledetect.class.php index d08b070e..48f1da7a 100644 --- a/src/system/libraries/mobiledetect.class.php +++ b/src/system/libraries/mobiledetect.class.php @@ -1690,5 +1690,4 @@ class Mobile_Detect // will receive the basic, C grade experience. return self::MOBILE_GRADE_C; } -} -?> \ No newline at end of file +} \ No newline at end of file diff --git a/src/system/libraries/splitword.class.php b/src/system/libraries/splitword.class.php index e58b0961..b5a67a72 100755 --- a/src/system/libraries/splitword.class.php +++ b/src/system/libraries/splitword.class.php @@ -1030,5 +1030,4 @@ class SplitWord fclose( $fp ); return TRUE; } -} -?> \ No newline at end of file +} \ No newline at end of file