diff options
Diffstat (limited to 'config/config.sample.php')
-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", |