From 965f0fcad60c8dc774e8b949ca01b12565f2de09 Mon Sep 17 00:00:00 2001 From: RobiNN Date: Mon, 1 Feb 2021 21:04:25 +0100 Subject: [PATCH] Rename PHP-Fusion to PHPFusion --- .../icons/{PHP-Fusion.png => PHPFusion.png} | Bin src/technologies.json | 18 +++++++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) rename src/drivers/webextension/images/icons/{PHP-Fusion.png => PHPFusion.png} (100%) diff --git a/src/drivers/webextension/images/icons/PHP-Fusion.png b/src/drivers/webextension/images/icons/PHPFusion.png similarity index 100% rename from src/drivers/webextension/images/icons/PHP-Fusion.png rename to src/drivers/webextension/images/icons/PHPFusion.png diff --git a/src/technologies.json b/src/technologies.json index a71664a2f..0037258ea 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -12255,21 +12255,25 @@ "url": "\\.php(?:$|\\?)", "website": "http://php.net" }, - "PHP-Fusion": { + "PHPFusion": { "cats": [ 1 ], - "cpe": "cpe:/a:php-fusion:php-fusion", + "cpe": "cpe:/a:phpfusion:phpfusion", "headers": { - "X-Powered-By": "PHP-Fusion (.+)$\\;version:\\1" + "X-Powered-By": "PHPFusion (.+)$\\;version:\\1", + "X-PHPFusion": "(.+)$\\;version:\\1" }, - "html": "Powered by ]+php-fusion", - "icon": "PHP-Fusion.png", + "html": [ + "Powered by ]+phpfusion", + "Powered by ]+php-fusion" + ], + "icon": "PHPFusion.png", "implies": [ "PHP", "MySQL" ], - "website": "https://www.php-fusion.co.uk" + "website": "https://phpfusion.com" }, "PHP-Nuke": { "cats": [ @@ -17477,7 +17481,7 @@ } }, "js": { - "analyticsHost": "stats\\.uscreen\\.io" + "analyticsHost": "stats\\.uscreen\\.io" }, "icon": "Uscreen.svg", "website": "https://uscreen.tv/",