Years chart now gives online/offline count

This commit is contained in:
Florian Sylvain
2022-01-08 21:50:50 +01:00
parent 92598ce78e
commit e7b1ecb53d
2 changed files with 70 additions and 20 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ if (!isset($_GET['q']) || !isset($_GET['search']) || !isset($_GET['option']) ||
$q = $_GET['q'];
$search = filter_var($_GET['search'], FILTER_SANITIZE_ADD_SLASHES);
$option = $_GET['option'];
$option = $_GET['option']; // TODO Ajouter l'option Discipline
$offset = $_GET['offset'];
if (strlen($search) < 3) {