develop dans master - première version stable #9

Merged
nmorin merged 80 commits from develop into master 2022-09-03 22:11:29 +02:00
Showing only changes of commit 3723e5096f - Show all commits
+2 -2
View File
@@ -9,9 +9,9 @@ testPrivileges();
require_once($_SERVER["DOCUMENT_ROOT"]."/inclusions/entete.php"); require_once($_SERVER["DOCUMENT_ROOT"]."/inclusions/entete.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/inclusions/barre_menu.php"); require_once($_SERVER["DOCUMENT_ROOT"]."/inclusions/barre_menu.php");
echo "<pre>"; /*echo "<pre>";
var_dump($_SESSION); var_dump($_SESSION);
echo "</pre>"; echo "</pre>";*/
if (isset($_GET['page']) && !empty($_GET['page'])) { if (isset($_GET['page']) && !empty($_GET['page'])) {
switch ($_GET['page']) { switch ($_GET['page']) {