Add files via upload

This commit is contained in:
Markines16
2021-06-03 14:07:38 +02:00
committed by GitHub
parent ffb94809b5
commit 7ffb4662bf

View File

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