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

@ -1,6 +1,6 @@
<?php
include_once('./includes/film_dto.php');
include_once('./includes/formFilm.php');
include_once($prefix.'assets/php/common/film_dto.php');
include_once($prefix.'assets/php/common/formFilm.php');
if(isset($_POST['add_film'])) {
$film = new FormFilm();