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-06-09 19:43:02 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-06-09 19:43:02 +0400
commit897bfa8814eaebe6d0d44b8554b99725819214e7 (patch)
treefbac7af878018b6238a43e9af00dbccb72c7b781 /config
parentd065b2d29edb4bb72492dde46293e77fa03b50d6 (diff)
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.php3
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",