1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-24 01:08:45 +02:00

Page comptes orphelins & menu déroulant

This commit is contained in:
galaxyoyo
2019-09-28 01:14:08 +02:00
parent 7ad974c304
commit 81bb33cc8e
6 changed files with 113 additions and 16 deletions

View File

@ -0,0 +1,8 @@
<?php
if (!isset($_SESSION["user_id"]) || $_SESSION["role"] != Role::ADMIN)
require_once "server_files/403.php";
$orphan_users = User::getOrphanUsers();
require_once "server_files/views/profils_orphelins.php";