JayBizzle / Crawler-Detect

🕷 CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent

Home Page:https://crawlerdetect.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP v7.4 compatibility: $glue and $pieces parameters in reverse order to implode()

aedart opened this issue · comments

There is a PHP v7.4 compatibility issue, in the outputTxt() method, found in export.php.
Could you please swap $glue and $pieces arguments for the implode() method, so that this package can be used in PHP v7.4?

Will accept a PR for this 👍