Add files via upload

This commit is contained in:
Fernando Méndez
2021-06-04 14:30:48 +02:00
committed by GitHub
parent 786d28f70c
commit f9a0a3c5ba
3 changed files with 8 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
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"]);