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:
authormattpiwik <matthieu.aubry@gmail.com>2012-05-30 15:46:29 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-05-30 15:46:29 +0400
commit89cb78f8ef5c1b42329809593c8fb77671568104 (patch)
treec72bc52c669d733674c2034863cfaef076885be9 /config
parent69def240ffdf05ac92167f8928e4b639e1f47475 (diff)
Fixes #3071 New config setting to Allow automatic upgrades to Beta or RC releases
[Debug] allow_upgrades_to_beta = 0 practical to test for Auto upgrades or for users & devs Refs #3021 git-svn-id: http://dev.piwik.org/svn/trunk@6404 59fd770c-687e-43c8-a1e3-f5a4ff64c105
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 b68a1a1637..99805f3dd3 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -61,6 +61,9 @@ disable_merged_assets = 0
; If set to 1, all requests to piwik.php will be forced to be 'new visitors'
tracker_always_new_visitor = 0
+; Allow automatic upgrades to Beta or RC releases
+allow_upgrades_to_beta = 0
+
[General]
; the following settings control whether Unique Visitors will be processed for different period types.
; year and range periods are disabled by default, to ensure optimal performance for high traffic Piwik instances