Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-08 15:17:51 +02:00
committed by GitHub
parent 3e48951b90
commit 8b4ed63f9f
8 changed files with 186 additions and 67 deletions

View File

@ -34,9 +34,6 @@
};
break;
case 'mf': require_once('manage_films.php');
//echo $_SERVER['DOCUMENT_ROOT']."/../img";
echo TMP_DIR;
//echo $_SERVER['PHP_SELF'];
if(isset($_POST['edit_film'])) {
editFilm();
}