Update template.php

This commit is contained in:
Fernando Méndez 2021-03-25 10:02:08 +01:00 committed by GitHub
parent 981e4fdbd3
commit 6638722c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -79,6 +79,7 @@
$session_route =$this->session_route;
$user_route = $this->user_route;
$panel =$this->panel;
if(isset($_SESSION["nombre"])){
if($_SESSION["rol"] == "admin") $user_route = 'panel_admin/';
else if($_SESSION["rol"] == "manager") $user_route = 'panel_manager/';
@ -173,4 +174,4 @@
}
}
?>
?>