Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-01-08 04:34:11 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-08 04:34:11 +0400
commitf39248f767c836ec71e6f092fc7e166310344a76 (patch)
treec14046f540520d0e5b3e200e2101fd620dca3be8 /config
parentef9291e39f6e64dd4c45d6e209d6432af9ed1d7f (diff)
Adding option to disable auto updater feature. enable_auto_update = 1
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index f3fe5cd8a9..856fc41fb2 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -379,6 +379,9 @@ enable_delete_old_data_admin = 1
; - "Email server settings"
enable_general_settings_admin = 1
+; By setting this option to 0, it will disable the "Auto update" feature
+enable_auto_update = 1
+
[Tracker]
; Piwik uses first party cookies by default. If set to 1,
; the visit ID cookie will be set on the Piwik server domain as well