From f264283075986286c990d59827892a056dc4b299 Mon Sep 17 00:00:00 2001 From: Ryan Thompson Date: Tue, 2 Aug 2016 12:30:53 -0500 Subject: [PATCH] Detect PyroCMS v2.* --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 24b3d0bfc..37976b155 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5583,7 +5583,8 @@ 1 ], "headers": { - "X-Streams-Distribution": "PyroCMS" + "X-Streams-Distribution": "PyroCMS", + "Set-Cookie": "pyrocms" }, "icon": "PyroCMS.png", "implies": "Laravel",