From 5691e7c60d5ece799e42e50329718b83487cb5ba Mon Sep 17 00:00:00 2001 From: Ambroise Maupate Date: Thu, 9 Feb 2017 17:36:41 +0100 Subject: [PATCH] Added Roadiz CMS x-powered-by header. --- src/apps.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index 0a2c7d0d0..7eb5efca8 100755 --- a/src/apps.json +++ b/src/apps.json @@ -6236,10 +6236,16 @@ 11 ], "icon": "Roadiz CMS.png", - "implies": "PHP", + "implies": [ + "PHP", + "Symfony" + ], "meta": { "generator": "^Roadiz ([a-z0-9\\s\\.]+) - \\;version:\\1" }, + "headers": { + "X-Powered-By": "Roadiz CMS" + }, "website": "www.roadiz.io" }, "Robin": { @@ -9601,4 +9607,4 @@ "51": "Landing Page Builders", "52": "Live Chat" } -} \ No newline at end of file +}