]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update config/config.sample.php
authorj-ed <juergen@eisfair.org>
Tue, 22 Jan 2013 20:42:39 +0000 (21:42 +0100)
committerj-ed <juergen@eisfair.org>
Tue, 22 Jan 2013 20:42:39 +0000 (21:42 +0100)
fixed an other typo.

config/config.sample.php

index 362cb0a085d554452f8e54ae7814a5c8c9c00393..f26a53c1553dce8d33e35953d287624323067e75 100644 (file)
@@ -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)