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