Add files via upload

This commit is contained in:
Fernando Méndez
2021-06-04 19:28:52 +02:00
committed by GitHub
parent 57f63a2dc3
commit 0b2bf81d0a
3 changed files with 4 additions and 5 deletions

View File

@ -9,7 +9,6 @@
include_once($prefix.'assets/php/includes/session.php');
include_once($prefix.'assets/php/includes/cinema_dao.php');
include_once($prefix.'assets/php/includes/cinema.php');
include_once($prefix.'assets/php/includes/promotion_dao.php');
if(isset($_SESSION["purchase"]) && isset($_SESSION["film_purchase"])){
$purchase = unserialize($_SESSION["purchase"]);