forked from friendica/friendica-addons
[piwik] Fix indentation in README
This commit is contained in:
parent
6c443aeaf0
commit
425a5c99b4
|
@ -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.
|
||||
|
||||
[system]
|
||||
addon = ...,piwik
|
||||
addon = ...,piwik
|
||||
|
||||
You can change 4 more configuration variables for the addon in the config/addon.ini.php file:
|
||||
|
||||
[piwik]
|
||||
baseurl = example.com/piwik/
|
||||
baseurl = example.com/piwik/
|
||||
sideid = 1
|
||||
optout = true
|
||||
async = false
|
||||
|
|
Loading…
Reference in a new issue