Skip to content

Commit

Permalink
Update config_sample.php
Browse files Browse the repository at this point in the history
  • Loading branch information
n0nag0n authored Jan 13, 2024
1 parent cb3349c commit d777399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/config/config_sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d777399

Please sign in to comment.