sonde dnma alone

This commit is contained in:
2021-02-17 11:18:03 +01:00
parent 6152c2ddac
commit 09d2cb8c28
140 changed files with 30 additions and 40 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