Update config/config.sample.php
Fixed type in line 70. Thank you for pointing me to that typo.
This commit is contained in:
parent
9c069530cb
commit
dfa5f2de4d
|
@ -67,7 +67,7 @@ $CONFIG = array(
|
||||||
"appstoreurl" => "http://api.apps.owncloud.com/v1",
|
"appstoreurl" => "http://api.apps.owncloud.com/v1",
|
||||||
|
|
||||||
/* Enable SMTP class debugging */
|
/* Enable SMTP class debugging */
|
||||||
"mail_smtpdebug" => false;
|
"mail_smtpdebug" => false,
|
||||||
|
|
||||||
/* Mode to use for sending mail, can be sendmail, smtp, qmail or php, see PHPMailer docs */
|
/* Mode to use for sending mail, can be sendmail, smtp, qmail or php, see PHPMailer docs */
|
||||||
"mail_smtpmode" => "sendmail",
|
"mail_smtpmode" => "sendmail",
|
||||||
|
|
Loading…
Reference in New Issue