diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-06-09 17:43:02 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-06-09 17:43:02 +0200 |
commit | 897bfa8814eaebe6d0d44b8554b99725819214e7 (patch) | |
tree | fbac7af878018b6238a43e9af00dbccb72c7b781 /config | |
parent | d065b2d29edb4bb72492dde46293e77fa03b50d6 (diff) | |
download | nextcloud-server-897bfa8814eaebe6d0d44b8554b99725819214e7.tar.gz nextcloud-server-897bfa8814eaebe6d0d44b8554b99725819214e7.zip |
finally fix the updater. next is an automatic updater. but this is a bit more tricky.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 0c0ace521ec..bb13b1f8ea3 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -74,6 +74,9 @@ $CONFIG = array( /* Check 3rdparty apps for malicious code fragments */ "appcodechecker" => "", +/* Check if ownCloud is up to date */ +"updatechecker" => true, + /* Place to log to, can be owncloud and syslog (owncloud is log menu item in admin menu) */ "log_type" => "owncloud", |