From 86dfb7bce1f3657667b51c356e615a6ba840f53d Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Sun, 17 Nov 2019 13:38:47 +0000 Subject: [PATCH] Allow to change the environment, kernel.debug and HttpCache by cookie --- symfony/framework-bundle/4.4/public/index.php | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/symfony/framework-bundle/4.4/public/index.php b/symfony/framework-bundle/4.4/public/index.php index f094a9b19..f3cb42500 100644 --- a/symfony/framework-bundle/4.4/public/index.php +++ b/symfony/framework-bundle/4.4/public/index.php @@ -1,9 +1,25 @@ handle($request); $response->send(); $kernel->terminate($request, $response);