1
0
Fork 0

only show errors when debugging is enabled

This commit is contained in:
Lukas Winkler 2017-10-23 18:24:25 +02:00
parent d5b3e85940
commit 46d0aad272

View file

@ -12,7 +12,7 @@ require '../config/config.php';
date_default_timezone_set('UTC');
$config = [
'settings' => [
'displayErrorDetails' => true,
'displayErrorDetails' => DEBUG_ENABLED,
],
];