From 686d48196329cfcb0ccd6f4fdc34023a17ad7097 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Fri, 8 Mar 2024 21:14:46 +0000 Subject: [PATCH] Update 2 files - /include/functions.php - /html/compte.php --- html/compte.php | 21 ++++++++++++++++++--- include/functions.php | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/html/compte.php b/html/compte.php index 58a8033c..355de1d1 100644 --- a/html/compte.php +++ b/html/compte.php @@ -59,9 +59,24 @@ if(isset($_POST['delete_account'])) {
- $value) { echo "
" . $name . " : " . $value . "
";} - ?> +
+
"; + echo "
"; + ?> + +
+
diff --git a/include/functions.php b/include/functions.php index b797677c..1feae6e1 100644 --- a/include/functions.php +++ b/include/functions.php @@ -24,7 +24,7 @@ function nav($nav) { echo ""; } if (isset($_SESSION['userid'])) { - echo ""; + echo ""; } else { echo ""; }