Update file editpage.php

This commit is contained in:
Jan BELLON 2024-03-07 17:52:41 +00:00
parent 45ecdee36d
commit 87db45f4a4

View File

@ -38,7 +38,7 @@ if(isset($fichier)) {
$upload = $bdd->prepare("DELETE FROM articles WHERE ID = :filename");
$upload->bindParam(':filename', $filename);
if($upload->execute()) {
echo = "Fichier supprimé";
echo "Fichier supprimé";
header("Location: editpage.php");
exit();
} else {