diff --git a/admin/ville.php b/admin/ville.php index a0a7292..28b3d3a 100644 --- a/admin/ville.php +++ b/admin/ville.php @@ -20,7 +20,7 @@ if(isset($_POST['add_epreuve'])){ $file_name = ""; if(true){ $EXT_WHITELIST = array("gif","jpg","jpeg","raw","png","svg"); - echo "passe"; + /* gestion des uploads d'images indices */ $target_dir = "../assets/img/com_ville/"; $target_file = $target_dir . basename($_FILES["photo"]["name"]);