mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-25 12:17:27 +02:00
Restructuration de la page d'inscription
This commit is contained in:
@ -94,4 +94,9 @@ function quitTeam() {
|
||||
|
||||
$_SESSION["team"] = null;
|
||||
unset($_SESSION["team"]);
|
||||
}
|
||||
|
||||
function ensure($bool, $error_msg = "") {
|
||||
if (!$bool)
|
||||
throw new AssertionError($error_msg);
|
||||
}
|
Reference in New Issue
Block a user