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