From 7e1fc5c580912975ccaf073280b8c85e6f3a59c8 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 12:52:26 +0000 Subject: [PATCH] Update 7 files - /html/editpage.php - /html/compte.php - /html/login.php - /html/register.php - /html/upload.php - /html/user.php - /html/users.php --- html/compte.php | 2 +- html/editpage.php | 2 +- html/login.php | 2 +- html/register.php | 2 +- html/upload.php | 1 + html/user.php | 1 + html/users.php | 2 +- 7 files changed, 7 insertions(+), 5 deletions(-) diff --git a/html/compte.php b/html/compte.php index be71bb03..3ba899b0 100644 --- a/html/compte.php +++ b/html/compte.php @@ -219,7 +219,7 @@ if($resultat) {
Voir le profil publique
-
+
diff --git a/html/upload.php b/html/upload.php index c1c139fb..84954d43 100644 --- a/html/upload.php +++ b/html/upload.php @@ -88,6 +88,7 @@ if(isset($_POST['article-content'])) {
+

Publier un article

diff --git a/html/user.php b/html/user.php index dbdc1eee..26c038b2 100644 --- a/html/user.php +++ b/html/user.php @@ -134,6 +134,7 @@ if($resultat) {
+
-
+
prepare("SELECT ID, display_name, username, email, role, accreditation, profile_picture FROM users ORDER BY creation_date DESC");