diff options
author | Marvin Borner | 2018-05-11 15:41:23 +0200 |
---|---|---|
committer | Marvin Borner | 2018-05-11 15:41:23 +0200 |
commit | 80b9827a0576ef36ff08f8b9c6e3ef647c965781 (patch) | |
tree | 0f4b8a806145949990dfe25bfcdb7e5aa644ee52 /main/app/sprinkles/core/config/default.php | |
parent | a8d37fab30ccbced5ec8819510ee84893460bb5e (diff) |
More chat encryption...
Diffstat (limited to 'main/app/sprinkles/core/config/default.php')
-rw-r--r-- | main/app/sprinkles/core/config/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/app/sprinkles/core/config/default.php b/main/app/sprinkles/core/config/default.php index 07fd2e6..60e3345 100644 --- a/main/app/sprinkles/core/config/default.php +++ b/main/app/sprinkles/core/config/default.php @@ -175,7 +175,7 @@ 'php' => [ 'timezone' => 'Europe/Berlin', 'error_reporting' => E_ALL, // Development - report all errors and suggestions - 'display_errors' => 'false', + 'display_errors' => 'true', 'log_errors' => 'true', // Let PHP itself render errors natively. Useful if a fatal error is raised in our custom shutdown handler. 'display_errors_native' => 'true' |