From 7ffb4662bfb2febe61bdfb8dee8c6d94cce13e5e Mon Sep 17 00:00:00 2001 From: Markines16 <80280295+Markines16@users.noreply.github.com> Date: Thu, 3 Jun 2021 14:07:38 +0200 Subject: [PATCH] Add files via upload --- assets/php/common/resetRol.php | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/php/common/resetRol.php b/assets/php/common/resetRol.php index 92236ee..c878e6b 100644 --- a/assets/php/common/resetRol.php +++ b/assets/php/common/resetRol.php @@ -4,6 +4,7 @@ function reRol(){ if(isset($_SESSION["lastRol"])){ $_SESSION["rol"] = $_SESSION["lastRol"]; unset($_SESSION["lastRol"]); + unset($_SESSION["cinema"]); } } reRol();