sonde dnma alone

This commit is contained in:
2021-02-17 12:52:01 +01:00
parent 5dc5ea4644
commit 9e899cd73d
5 changed files with 13 additions and 1 deletions

View File

@ -112,10 +112,14 @@ PROXY_PORT=
# Sonde statistic
%if %%getVar("activer_sondepiwik_local", 'non') == "oui"
SONDE_USE=1
SONDE_URL=/sondepiwik/envoleTrackeur.js.php
%else if %%getVar("activer_piwik", 'non') == "oui"
SONDE_USE=1
SONDE_URL=/piwik/envoleTrackeur.js.php
%else if %%getVar("activer_sondednma", 'non') == "oui"
SONDE_USE=1
SONDE_URL=/sondepiwik/envoleTrackeur.js.php
%else
SONDE_USE=0
%end if
SONDE_URL=
%end if