From 8eaa214b0b4aede867d624c884b6862da6aa21eb Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 08:42:58 +0000 Subject: [PATCH] Update file compte.php --- html/compte.php | 4 ---- 1 file changed, 4 deletions(-) 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"; } ?>