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-03-17 11:31:14 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-17 11:31:14 +0400
commitcdb3260a32dd9ae0f18147ddab41d5a6f6f8c9df (patch)
treefa07e76abcd14f8c812fc8d5aa4cb5e2e80ccec2 /config
parent5e6dd8117d70315ee2ae633368a71d2a60638cc2 (diff)
New config setting to skip the Custom Logo check and always assume logo is writable
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 8bcdb989ff..1d7668b793 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -352,6 +352,9 @@ overlay_following_pages_limit = 300
; With this option, you can disable the framed mode of the Overlay plugin. Use it if your website contains a framebuster.
overlay_disable_framed_mode = 0
+; By default we check whether the Custom logo is writable or not, before we display the Custom logo file uploader
+enable_custom_logo_check = 1
+
; If php is running in a chroot environment, when trying to import CSV files with createTableFromCSVFile(),
; Mysql will try to load the chrooted path (which is imcomplete). To prevent an error, here you can specify the
; absolute path to the chroot environment. eg. '/path/to/piwik/chrooted/'