diff --git a/change_map.php b/change_map.php index 8b065e3..b54e54e 100644 --- a/change_map.php +++ b/change_map.php @@ -1,24 +1,26 @@ -Check Uploaded"; else "Erreur !"; +if ( in_array($extension_upload,$extensions_valides) ) { + +$resultat = move_uploaded_file($_FILES['userfile']['tmp_name'],$uploadfile); + +if ($resultat) header("location:index.php?msg=5"); +else { + header("location:index.php?msg=6"); } -else{ -echo "Erreur !"; + } + +else { + header("location:index.php?msg=6"); } -?> - \ No newline at end of file +?> \ No newline at end of file diff --git a/index.php b/index.php index e8d8f97..ab635d6 100755 --- a/index.php +++ b/index.php @@ -25,6 +25,11 @@ $message[5]='
Votre carte est à jour !
'; +$message[6]=' +Echec de mise à jour de votre carte. Seul les fichiers .jpg (10 Mo max) sont autorisés.
'; ?> @@ -241,30 +246,20 @@ $message[5]='