From cee1a12588cb7af998a72bf5ed3a6049104d66f1 Mon Sep 17 00:00:00 2001 From: RobiNN Date: Thu, 17 Jan 2019 21:37:29 +0100 Subject: [PATCH 1/2] Update apps.json --- src/apps.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/apps.json b/src/apps.json index c2fd5c6e3..e077d28bf 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7337,10 +7337,19 @@ "cats": [ 1 ], - "html": "Powered by ]+php-fusion", + "html": [ + "Powered by ]+php-fusion", + "Powered by PHP-Fusion" + ], + "headers": { + "X-Powered-By": "PHP-Fusion (.+)$\\;version:\\1" + }, "icon": "PHP-Fusion.png", - "implies": "PHP", - "website": "http://www.php-fusion.co.uk" + "implies": [ + "PHP", + "MySQL" + ], + "website": "https://www.php-fusion.co.uk" }, "PHP-Nuke": { "cats": [ From 1114f1fed4e9d577372575b3e7c1813afe6e8f6a Mon Sep 17 00:00:00 2001 From: RobiNN Date: Mon, 28 Jan 2019 08:26:43 +0100 Subject: [PATCH 2/2] Update apps.json --- src/apps.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/apps.json b/src/apps.json index e077d28bf..457a02df8 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7337,10 +7337,7 @@ "cats": [ 1 ], - "html": [ - "Powered by ]+php-fusion", - "Powered by PHP-Fusion" - ], + "html": "Powered by ]+php-fusion", "headers": { "X-Powered-By": "PHP-Fusion (.+)$\\;version:\\1" },