Update file functions.php
This commit is contained in:
parent
1368d40124
commit
2f29b8aa94
@ -1,6 +1,10 @@
|
||||
<?php
|
||||
session_start();
|
||||
|
||||
if(!isset($_SESSION['accreditation'])) {
|
||||
$_SESSION['accreditation'] = 0;
|
||||
}
|
||||
|
||||
if(!isset($_SESSION['role'])) {
|
||||
$_SESSION['role'] = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user