Skip to content

Commit 9a52ca4

Browse files
committed
docs: maybe suggest showerrors=false to hide backtraces? (#2547)
* docs: maybe suggest showerrors=false to hide backtraces? * yay for lint. those \n\n are killers
1 parent 90f1765 commit 9a52ca4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/simplesamlphp-install.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,13 @@ Here is an example of the configuration option:
279279

280280
You can see [a list of Supported Timezones at php.net](http://php.net/manual/en/timezones.php).
281281

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+
282289
## Configuring PHP
283290

284291
### Sending e-mails from PHP

0 commit comments

Comments
 (0)