diff options
author | j-ed <juergen@eisfair.org> | 2013-01-22 21:42:39 +0100 |
---|---|---|
committer | j-ed <juergen@eisfair.org> | 2013-01-22 21:42:39 +0100 |
commit | dcda792fbcb3e5743e345553e2fc53fd19a742b9 (patch) | |
tree | 0acd7ae351d197d864e35ea966adc4f0bbc6992c /config/config.sample.php | |
parent | dfa5f2de4d6fc79114c533b79ee5f3eb412d30c5 (diff) | |
download | nextcloud-server-dcda792fbcb3e5743e345553e2fc53fd19a742b9.tar.gz nextcloud-server-dcda792fbcb3e5743e345553e2fc53fd19a742b9.zip |
Update config/config.sample.php
fixed an other typo.
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 362cb0a085d..f26a53c1553 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -79,11 +79,11 @@ $CONFIG = array( "mail_smtpport" => 25, /* SMTP server timeout in seconds for sending mail, depends on mail_smtpmode if this is used */ -"mail_smtptimeout" => 10; +"mail_smtptimeout" => 10, /* SMTP connection prefix or sending mail, depends on mail_smtpmode if this is used. Can be '', ssl or tls */ -"mail_smtpsecure" => '', +"mail_smtpsecure" => "", /* authentication needed to send mail, depends on mail_smtpmode if this is used * (false = disable authentication) |