diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-31 21:28:58 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-31 21:28:58 +0200 |
commit | a72e6cc113656aa343c2bc738fba9e617a262d80 (patch) | |
tree | 1d994171e80bbb7aa3d73c50ab7a39f8f5ab8466 /config | |
parent | 5f4132d6badc660267d41098e673e30f62f8028e (diff) | |
download | nextcloud-server-a72e6cc113656aa343c2bc738fba9e617a262d80.tar.gz nextcloud-server-a72e6cc113656aa343c2bc738fba9e617a262d80.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" => "", |