Update file compte.php

This commit is contained in:
Jan BELLON 2024-03-12 09:17:20 +00:00
parent a5f02d7c3e
commit 33ca964ed4

View File

@ -125,7 +125,7 @@ if (isset($_FILES['banner']) && $_FILES['banner']['error'] == 0) {
$status = "Erreur SQL";
}
} else {
$status = "Le fichier doit être un PNG ou JPG"
$status = "Le fichier doit être un PNG ou JPG";
}
}