[piwik] Fix indentation in README

This commit is contained in:
Hypolite Petovan 2018-07-15 12:52:10 -04:00
parent 6c443aeaf0
commit 425a5c99b4

View file

@ -25,12 +25,12 @@ If you don't want to use the admin panel, you can configure the addon through th
Open the config/local.ini.php file and add "piwik" to the list of activated addons. Open the config/local.ini.php file and add "piwik" to the list of activated addons.
[system] [system]
addon = ...,piwik addon = ...,piwik
You can change 4 more configuration variables for the addon in the config/addon.ini.php file: You can change 4 more configuration variables for the addon in the config/addon.ini.php file:
[piwik] [piwik]
baseurl = example.com/piwik/ baseurl = example.com/piwik/
sideid = 1 sideid = 1
optout = true optout = true
async = false async = false