sonde dnma alone

This commit is contained in:
2021-02-17 11:13:49 +01:00
parent 3ca1bf3d31
commit 5dc5ea4644
5 changed files with 29 additions and 38 deletions

View File

@ -112,11 +112,10 @@ 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
%else
SONDE_USE=0
SONDE_URL=
%end if