Add files via upload

This commit is contained in:
Fernando Méndez
2021-06-03 16:53:11 +02:00
committed by GitHub
parent 3593f13c59
commit 5dfd0e8895
3 changed files with 13 additions and 6 deletions

View File

@ -4,7 +4,7 @@ function reRol(){
if(isset($_SESSION["lastRol"])){
$_SESSION["rol"] = $_SESSION["lastRol"];
unset($_SESSION["lastRol"]);
unset($_SESSION["cinema"]);
unset($_SESSION["cinema"]);
}
}
reRol();