Delete assets directory

This commit is contained in:
Fernando Méndez
2021-05-26 09:00:59 +02:00
committed by GitHub
parent 2c1f8da1c7
commit 6955e99e7e
53 changed files with 0 additions and 6566 deletions

View File

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