From 6b0ecd58002aa020864b123b4d2191920ef6b0b2 Mon Sep 17 00:00:00 2001 From: nathan boileau Date: Tue, 10 Jan 2023 19:59:23 +0100 Subject: [PATCH] test --- WEB/View/src/pages/Main.php | 206 ------------------------------------ 1 file changed, 206 deletions(-) delete mode 100644 WEB/View/src/pages/Main.php diff --git a/WEB/View/src/pages/Main.php b/WEB/View/src/pages/Main.php deleted file mode 100644 index 25a0e733..00000000 --- a/WEB/View/src/pages/Main.php +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - Scripted - - - - - - - - - - - -
- - -
- -
-
- -

' . $_SESSION['pseudo'] . '

- -
'; - echo ' - - Logout - -
'; - } elseif (isset($_SESSION['role']) && $_SESSION['role'] == 'admin') { - echo 'Profil -

' . $_SESSION['pseudo'] . '

- - '; - } else { - echo ''; - } - ?> -
-
-
- - - - -
- - \ No newline at end of file