aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/core/config/default.php
diff options
context:
space:
mode:
authorMarvin Borner2018-05-11 15:41:23 +0200
committerMarvin Borner2018-05-11 15:41:23 +0200
commit80b9827a0576ef36ff08f8b9c6e3ef647c965781 (patch)
tree0f4b8a806145949990dfe25bfcdb7e5aa644ee52 /main/app/sprinkles/core/config/default.php
parenta8d37fab30ccbced5ec8819510ee84893460bb5e (diff)
More chat encryption...
Diffstat (limited to 'main/app/sprinkles/core/config/default.php')
-rw-r--r--main/app/sprinkles/core/config/default.php2
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'