Delete assets directory

This commit is contained in:
Fernando Méndez
2021-07-02 17:53:29 +02:00
committed by GitHub
parent 49ba6554f9
commit d9ca15a065
51 changed files with 0 additions and 7863 deletions

View File

@ -1,13 +0,0 @@
<?php
include('../config.php');
function reRol(){
if(isset($_SESSION["lastRol"])){
$_SESSION["rol"] = $_SESSION["lastRol"];
unset($_SESSION["lastRol"]);
unset($_SESSION["cinema"]);
}
}
reRol();
$redirect = ROUTE_APP.'panel_'.$_SESSION['rol'];
header("Location: {$redirect}");
?>