diff --git a/panel_admin/update_film.php b/panel_admin/update_film.php deleted file mode 100644 index 71faa9f..0000000 --- a/panel_admin/update_film.php +++ /dev/null @@ -1,22 +0,0 @@ -processesForm(null, $_POST['tittle'], $_POST['duration'], $_POST['language'], $_POST['description'], "new"); - $_SESSION['message'] = $film->getReply(); - } - else if(isset($_POST['confirm_delete_film'])) { - $film = new FormFilm(); - $film->processesForm($_POST['id'],null,null,null,null,"del"); - $_SESSION['message'] = $film->getReply(); - } - else if(isset($_POST['confirm_edit_film'])) { - $film = new FormFilm(); - $film->processesForm($_POST['id'], $_POST['tittle'], $_POST['duration'], $_POST['language'], $_POST['description'], "edit"); - $_SESSION['message']= $film->getReply(); - } - header('Location: ../panel_admin/index.php?state=mf'); - -?> \ No newline at end of file