From 2f80bcbfa0c620a0a8644ffe911e5454025eb52f Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Thu, 7 Mar 2024 18:15:30 +0000 Subject: [PATCH] Update file upload.php --- html/upload.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/upload.php b/html/upload.php index b9c14333..442ce70e 100644 --- a/html/upload.php +++ b/html/upload.php @@ -22,7 +22,6 @@ if(isset($_POST['page-content'])) { $upload->bindParam(':filename', $filename); $upload->bindParam(':titre', htmlspecialchars($_POST['titre'])); $upload->bindParam(':auteur', $_SESSION['display_name']); - $upload->bindParam(':date', date("Y-m-d")); if($upload->execute()) { $status = "Article PubliƩ"; } else {