From d777399e740fac6f7a63a4eaa71da464972f2795 Mon Sep 17 00:00:00 2001 From: n0nag0n Date: Sat, 13 Jan 2024 16:58:37 -0700 Subject: [PATCH] Update config_sample.php --- app/config/config_sample.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/config/config_sample.php b/app/config/config_sample.php index 7c7bd09..286cbaa 100644 --- a/app/config/config_sample.php +++ b/app/config/config_sample.php @@ -47,8 +47,9 @@ Debugger::$logDirectory = __DIR__ . $ds . '..' . $ds . 'log'; Debugger::$strictMode = true; // display all errors // Debugger::$strictMode = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED; // all errors except deprecated notices -if (Debugger::$showBar) +if (Debugger::$showBar) { $app->set('flight.content_length', false); // if Debugger bar is visible, then content-length can not be set by Flight +} /* * This is where you will store database credentials, api credentials