Delete add_film.php
This commit is contained in:
parent
ce6c3a92e2
commit
4f55fbe75d
@ -1,13 +0,0 @@
|
||||
<?php
|
||||
session_start();
|
||||
include_once('./includes/film_dto.php');
|
||||
include_once('./includes/formFilm.php');
|
||||
|
||||
if($_REQUEST['add_film']) {
|
||||
$film = new FormFilm();
|
||||
$film->processesForm(null, $_REQUEST['tittle'], $_REQUEST['duration'], $_REQUEST['language'], $_REQUEST['description'], "new");
|
||||
$_SESSION['message'] = $film->getReply();
|
||||
header("Location: ../panel_admin/index.php?state=mf");
|
||||
}
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user