Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/simplesamlphp-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,13 @@ Here is an example of the configuration option:

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

You might consider setting showerrors to `false` to hide error
descriptions and backtraces from the browser.

```php
'showerrors' => false,
```

## Configuring PHP

### Sending e-mails from PHP
Expand Down