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/editpage.php b/html/editpage.php index bef5f43c..6cdf30f5 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -168,7 +168,7 @@ if(isset($fichier)) {
-
+
'; diff --git a/html/login.php b/html/login.php index bef1831e..85fd89bd 100644 --- a/html/login.php +++ b/html/login.php @@ -85,7 +85,7 @@ if(isset($_POST['username']) && isset($_POST['password'])) {
-
+
diff --git a/html/register.php b/html/register.php index b249fa64..1ba58196 100644 --- a/html/register.php +++ b/html/register.php @@ -95,7 +95,7 @@ if(isset($_POST['username']) && isset($_POST['password']) && isset($_POST['passw
-
+
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");