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
path: root/config
diff options
context:
space:
mode:
authorj-ed <juergen@eisfair.org>2013-01-23 00:33:01 +0400
committerj-ed <juergen@eisfair.org>2013-01-23 00:33:01 +0400
commitdfa5f2de4d6fc79114c533b79ee5f3eb412d30c5 (patch)
treee50ef5abd056284934ce78ed715883d039d53d53 /config
parent9c069530cbe60dff043cf5bf0aae28546cb419c7 (diff)
Update config/config.sample.php
Fixed type in line 70. Thank you for pointing me to that typo.
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 0e3ce8bcaf2..362cb0a085d 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -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",