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:27:46 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-05-31 23:27:46 +0400
commit3a6341c8804a6100d0274287ed53c9c0ef61981e (patch)
tree2f2e12c036fdc049770ca52239c63199f8d5cddd /config
parentc3ccdbaa791ed20ed0c21718b11ffe110a0a1e6e (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" => "",