Skip to content
Closed
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
*/
'passwordsalt' => '',

/**
* The adminitsrator email provides a place to personalize a support email to
* display in all messages errors
*
* 'administrator_email' => '[email protected]',
*/
'administrator_email' => 'your administrator email',

/**
* Your list of trusted domains that users can log into. Specifying trusted
* domains prevents host header poisoning. Do not remove this, as it performs
Expand Down
1 change: 1 addition & 0 deletions lib/private/SystemConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class SystemConfig {
'mail_smtpname' => true,
'mail_smtppassword' => true,
'passwordsalt' => true,
'administrator_email' => true,
'secret' => true,
'updater.secret' => true,
'trusted_proxies' => true,
Expand Down