Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-06 10:40:56 +02:00
committed by GitHub
parent 993f70a373
commit 89669ce53e
11 changed files with 37 additions and 102 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();
}