diff --git a/html/compte.php b/html/compte.php index 0c9d2008..9b8a23f7 100644 --- a/html/compte.php +++ b/html/compte.php @@ -75,8 +75,6 @@ if (isset($_FILES['profile_picture']) && $_FILES['profile_picture']['error'] == } else { $status = "Erreur SQL"; } -} else { - echo "Erreur upload"; } if (isset($_FILES['banner']) && $_FILES['banner']['error'] == 0) { @@ -109,8 +107,6 @@ if (isset($_FILES['banner']) && $_FILES['banner']['error'] == 0) { } else { $status = "Erreur SQL"; } -} else { - echo "Erreur upload"; } ?>