Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj-ed <juergen@eisfair.org>2013-01-23 00:42:39 +0400
committerj-ed <juergen@eisfair.org>2013-01-23 00:42:39 +0400
commitdcda792fbcb3e5743e345553e2fc53fd19a742b9 (patch)
tree0acd7ae351d197d864e35ea966adc4f0bbc6992c /config/config.sample.php
parentdfa5f2de4d6fc79114c533b79ee5f3eb412d30c5 (diff)
Update config/config.sample.php
fixed an other typo.
Diffstat (limited to 'config/config.sample.php')
-rw-r--r--config/config.sample.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 362cb0a085d..f26a53c1553 100644
--- a/config/config.sample.php
+++ b/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)