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

@ -4,7 +4,7 @@
require_once('../assets/php/config.php');
//List of the tittles and descriptions of the movies:
require_once($prefix.'panel_admin/includes/film_dao.php');
require_once($prefix.'assets/php/common/film_dao.php');
$loadFilms = new Film_DAO("complucine");
$films = $loadFilms->allFilmData();
$titles = array();