We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f1765 commit 9a52ca4Copy full SHA for 9a52ca4
1 file changed
docs/simplesamlphp-install.md
@@ -279,6 +279,13 @@ Here is an example of the configuration option:
279
280
You can see [a list of Supported Timezones at php.net](http://php.net/manual/en/timezones.php).
281
282
+You might consider setting showerrors to `false` to hide error
283
+descriptions and backtraces from the browser.
284
+
285
+```php
286
+'showerrors' => false,
287
+```
288
289
## Configuring PHP
290
291
### Sending e-mails from PHP
0 commit comments