matomo espace admin

This commit is contained in:
Baptiste 2022-06-17 16:21:37 +02:00
parent 932c5b459d
commit a77f6aac64

View file

@ -31,7 +31,8 @@ if($user_exist != 1) {
$content = $content $content = $content
.'<a href="planning.php"><li class="orange">Planning</li></a>' .'<a href="planning.php"><li class="orange">Planning</li></a>'
.'<a href="gestion_des_acces.php"><li class="red">Gestion des accès</li></a>' .'<a href="gestion_des_acces.php"><li class="red">Gestion des accès</li></a>'
.'<a href="enigma.php"><li class="red">Enigma</li></a>'; .'<a href="enigma.php"><li class="red">Enigma</li></a>'
.'<a href="../matomo" target="_matomo"><li class="red">Matomo</li></a>';
break; break;
} }