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:
authorThomas Steur <thomas.steur@googlemail.com>2014-02-03 07:47:27 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-02-03 07:47:27 +0400
commit883ecc81b96336d3a61fb193af51ecd3fb9b6d91 (patch)
tree46b04484dbe42dc3afdb7767e1bfe3c1ab17d1ed /config
parent3332750e51f995044cb25260bc3a61d454d02f26 (diff)
refs #4563 moved custom logo from config to database
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 69544f98b8..b246b87127 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -500,11 +500,6 @@ delete_logs_schedule_lowest_interval = 7
delete_logs_older_than = 180
enable_auto_database_size_estimate = 1
-[branding]
-; custom logo
-; if 1, custom logo is being displayed instead of piwik logo
-use_custom_logo = 0
-
[mail]
defaultHostnameIfEmpty = defaultHostnameIfEmpty.example.org ; default Email @hostname, if current host can't be read from system variables
transport = ; smtp (using the configuration below) or empty (using built-in mail() function)