diff options
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php index d386a77b8..2191b21df 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -363,6 +363,9 @@ $config['proxy_ips'] = ''; |-------------------------------------------------------------------------- */ +// This address will be used as the sender for emails (like password recovery mails). +$config['email_from'] = "webmaster@example.invalid"; + // upload_path should NOT be readable/served by the server, but only by the script $config['upload_path'] = FCPATH.'data/uploads'; |