From 14dc82375630657ce0e98f2a1b1e750356d8d2cf Mon Sep 17 00:00:00 2001 From: Laurent Cherpit Date: Sun, 25 May 2014 11:44:14 +0200 Subject: [PATCH] [FIX] Adding an exclusion for "TYPO3 CMS" when "TYPO3 Flow" detected --- share/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index a9c7ea49f..fa8fd4574 100644 --- a/share/apps.json +++ b/share/apps.json @@ -2974,7 +2974,8 @@ "website": "flow.typo3.org", "cats": [ 18 ], "headers": { "X-Flow-Powered": "Flow\\/(.+)?$\\;version:\\1" }, - "implies": "PHP" + "implies": "PHP", + "excludes": "TYPO3 CMS" }, "TYPO3 Neos": { "website": "neos.typo3.org",