Update file functions.php

This commit is contained in:
Jan BELLON 2024-03-08 10:52:09 +00:00
parent 1368d40124
commit 2f29b8aa94

View File

@ -1,6 +1,10 @@
<?php
session_start();
if(!isset($_SESSION['accreditation'])) {
$_SESSION['accreditation'] = 0;
}
if(!isset($_SESSION['role'])) {
$_SESSION['role'] = 0;
}