From b5244e00bc8602395d88cfcef48420bde511241a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Ga=CC=88ngel?= Date: Thu, 13 Feb 2020 12:19:07 +0100 Subject: [PATCH 1/2] correct cookie_name of October CMS --- 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 +} From 4136c03374f5b41905b8476417d6b95c9f660463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Ga=CC=88ngel?= Date: Thu, 13 Feb 2020 12:21:33 +0100 Subject: [PATCH 2/2] correct cookie_name of Backpack --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 8a9b0ee22..a828e3c04 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1285,7 +1285,7 @@ 47 ], "cookies": { - "backpack_session=": "" + "backpack_session": "" }, "icon": "Backpack.png", "implies": "Laravel",