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:
authoritheiss <ingo.theiss@i-matrixx.de>2013-03-26 13:37:07 +0400
committeritheiss <ingo.theiss@i-matrixx.de>2013-03-26 13:37:07 +0400
commitf0733b2cb53cc199d0bb7667b23dbdced449ac88 (patch)
tree0099da025973322a04ef5d038ae596bb0f26643b /config
parent02d53deeccae51786bf4f2e839f52b4ff9f02ab9 (diff)
fix missing ',' after "mail_domain" parameter
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 ee57a986e35..995a02f6d94 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -78,7 +78,7 @@ $CONFIG = array(
"appstoreurl" => "http://api.apps.owncloud.com/v1",
/* Domain name used by ownCloud for the sender mail address, e.g. no-reply@example.com */
-"mail_domain" => "example.com"
+"mail_domain" => "example.com",
/* Enable SMTP class debugging */
"mail_smtpdebug" => false,