]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update config/config.sample.php
authorj-ed <juergen@eisfair.org>
Tue, 22 Jan 2013 20:33:01 +0000 (21:33 +0100)
committerj-ed <juergen@eisfair.org>
Tue, 22 Jan 2013 20:33:01 +0000 (21:33 +0100)
Fixed type in line 70. Thank you for pointing me to that typo.

config/config.sample.php

index 0e3ce8bcaf274c215b3ba55f11c7c192f3455a08..362cb0a085d554452f8e54ae7814a5c8c9c00393 100644 (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",