diff --git a/page/groups.php b/page/groups.php index b7b1f54..c96f4ce 100755 --- a/page/groups.php +++ b/page/groups.php @@ -662,6 +662,7 @@ if( permission('admin') ){ echo ""; } echo "
"; + echo "
"; echo "
Importer une liste
"; diff --git a/test.php b/test.php index 581bdea..3743571 100755 --- a/test.php +++ b/test.php @@ -46,7 +46,7 @@ require_once __ROOT__.'/manager/security.php'; debug(); -$_SESSION['annee'] = 2018; +// $_SESSION['annee'] = 2018; /* require_once __ROOT__.'/manager/phpExcel.php'; require_once __ROOT__.'/manager/groups.php';