From 4f55fbe75d176afa9bdcf4428c7e56af13a7a3c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mu=C3=B1oz=20Garcia?= <73303506+danimu03@users.noreply.github.com> Date: Tue, 13 Apr 2021 22:29:43 +0200 Subject: [PATCH] Delete add_film.php --- panel_admin/add_film.php | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 panel_admin/add_film.php diff --git a/panel_admin/add_film.php b/panel_admin/add_film.php deleted file mode 100644 index a334ac8..0000000 --- a/panel_admin/add_film.php +++ /dev/null @@ -1,13 +0,0 @@ -processesForm(null, $_REQUEST['tittle'], $_REQUEST['duration'], $_REQUEST['language'], $_REQUEST['description'], "new"); - $_SESSION['message'] = $film->getReply(); - header("Location: ../panel_admin/index.php?state=mf"); - } - -?> \ No newline at end of file