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 14, 2024
1 parent ea58a99 commit c363293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/config_sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
$app->set('flight.base_url', '/'); // if this is in a subdirectory, you'll need to change this
$app->set('flight.case_sensitive', false); // if you want case sensitive routes, set this to true
$app->set('flight.log_errors', true); // if you want to log errors, set this to true
$app->set('flight.handle_errors', true); // if you want flight to handle errors, set this to true
$app->set('flight.handle_errors', false); // if you want flight to handle errors, set this to true, otherwise Tracy will handle them
$app->set('flight.views.path', __DIR__ . $ds . '..' . $ds . 'views'); // set the path to your view/template/ui files
$app->set('flight.views.extension', '.php'); // set the file extension for your view/template/ui files
$app->set('flight.content_length', true); // if flight should send a content length header
Expand Down

0 comments on commit c363293

Please sign in to comment.