From e489d63700f034e780758c79f465145b34098645 Mon Sep 17 00:00:00 2001 From: Jimmy <55276354+swiper@users.noreply.github.com> Date: Wed, 5 Feb 2020 15:37:33 +0100 Subject: [PATCH] Update apps.json The `October CMS` detection was not working due to a `=` in the cookie name. Now fixed. --- src/apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index 713369258..8a9b0ee22 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7590,7 +7590,7 @@ 1 ], "cookies": { - "october_session=": "" + "october_session": "" }, "icon": "October CMS.png", "implies": "Laravel", @@ -14438,4 +14438,4 @@ "priority": 7 } } -} \ No newline at end of file +}