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:
authorFrank Karlitschek <frank@owncloud.org>2012-05-31 23:28:58 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-05-31 23:28:58 +0400
commita72e6cc113656aa343c2bc738fba9e617a262d80 (patch)
tree1d994171e80bbb7aa3d73c50ab7a39f8f5ab8466 /config
parent5f4132d6badc660267d41098e673e30f62f8028e (diff)
fix oc-780
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 e46c3cacd7e..e86dc05cb01 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -22,7 +22,7 @@ $CONFIG = array(
"appstoreurl" => "",
"mail_smtpmode" => "sendmail",
"mail_smtphost" => "127.0.0.1",
-"mail_smtpauth" => "false",
+"mail_smtpauth" => false,
"mail_smtpname" => "",
"mail_smtppassword" => "",
"appcodechecker" => "",