Esta comentado las opciones de sesion

Hay un fallo con film.php que esperamos arreglarlo mañana con el join en sesion y el template
This commit is contained in:
Markines16
2021-05-06 23:25:38 +02:00
committed by GitHub
parent 8bb34474d6
commit d00c212e07
6 changed files with 125 additions and 26 deletions

View File

@ -7,7 +7,7 @@
require_once('../assets/php/config.php');
//Controller file:
include_once('panel_manager.php');
if($_SESSION["login"] && $_SESSION["rol"] === "manager"){
$_SESSION["cinema"] = "1";
switch($_GET["state"]){
@ -64,9 +64,11 @@
CompluCine - FDI-cines
-->
<html lang="es">
<link id='estilo' rel='stylesheet' type='text/css' href='includes/manager.css'>
<!-- Head -->
<?php
$template->print_head();
?>
<body>
<!-- Header -->