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:
authorKate Butler <kate@innocraft.com>2019-10-11 00:05:15 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-10-11 00:05:15 +0300
commite0cf1401e4683fa1fa3de680442520bd9ad3e91e (patch)
treef973d38269469770f414fd090e11f4e865afd0d9 /config
parent2b18ed0a078cee2ec39109eeefcc5b316ea70901 (diff)
Add config setting to disable custom logo upload (#14982)
* Add enable_custom_logo config setting to control whether user is permitted to upload logos * Rename method, add check in setBrandingSettings * Update Controller.php * Update expected screenshot
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index b161bb5822..6dfb458b5e 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -653,6 +653,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
+; Controls whether the user is able to upload a custom logo for their Matomo install
+enable_custom_logo = 1
+
; 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