Update config/config.sample.php

fixed an other typo.
remotes/origin/stable5
j-ed 14 years ago
parent dfa5f2de4d
commit dcda792fbc
  1. 4
      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)

Loading…
Cancel
Save