Update config/config.sample.php

Fixed type in line 70. Thank you for pointing me to that typo.
This commit is contained in:
j-ed 2013-01-22 21:33:01 +01:00
parent 9c069530cb
commit dfa5f2de4d
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ $CONFIG = array(
"appstoreurl" => "http://api.apps.owncloud.com/v1",
/* 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 */
"mail_smtpmode" => "sendmail",