From e0cf1401e4683fa1fa3de680442520bd9ad3e91e Mon Sep 17 00:00:00 2001 From: Kate Butler Date: Fri, 11 Oct 2019 10:05:15 +1300 Subject: 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 --- config/global.ini.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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 -- cgit v1.2.3