diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-31 21:27:46 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-31 21:27:46 +0200 |
commit | 3a6341c8804a6100d0274287ed53c9c0ef61981e (patch) | |
tree | 2f2e12c036fdc049770ca52239c63199f8d5cddd /config | |
parent | c3ccdbaa791ed20ed0c21718b11ffe110a0a1e6e (diff) | |
download | nextcloud-server-3a6341c8804a6100d0274287ed53c9c0ef61981e.tar.gz nextcloud-server-3a6341c8804a6100d0274287ed53c9c0ef61981e.zip |
fix oc-780
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
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" => "", |