Update file compte.php
This commit is contained in:
parent
f8684b2eda
commit
8eaa214b0b
@ -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";
|
||||
}
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user