Add files via upload

This commit is contained in:
Fernando Méndez
2021-04-28 21:46:10 +02:00
committed by GitHub
parent 12a56f33bf
commit 9756959978
27 changed files with 641 additions and 31 deletions

View File

@ -2,14 +2,14 @@
//General Config File:
require_once('../assets/php/config.php');
include_once('./includes/hall_dto.php');
include_once('../assets/php/common/hall_dto.php');
include_once('./includes/formHall.php');
include_once('./includes/session_dto.php');
include_once('../assets/php/common/session_dto.php');
include_once('./includes/formSession.php');
include_once('../panel_admin/includes/film_dto.php');
include_once('../panel_admin/includes/film_dao.php');
include_once('../assets/php/common/film_dto.php');
include_once('../assets/php/common/film_dao.php');
$formSession = new FormSession();
$formHall = new FormHall();