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