From 105b825923ce03fc43eacb0575212fe52336ce34 Mon Sep 17 00:00:00 2001 From: Debulois Date: Mon, 9 May 2022 20:03:42 +0200 Subject: Mis en place du RGPD --- index.php | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index e38b418..d699efc 100644 --- a/index.php +++ b/index.php @@ -43,10 +43,19 @@ if (isset($_COOKIE["autoLogin"]) && $_SESSION["loggedIn"] == false) { '.PHP_EOL); ?> + + + '); +}?> '.PHP_EOL); } ?> +'.PHP_EOL); +} ?> '.PHP_EOL); ?> '.PHP_EOL); ?> @@ -54,9 +63,6 @@ if (isset($_COOKIE["autoLogin"]) && $_SESSION["loggedIn"] == false) { - @@ -64,7 +70,13 @@ if (isset($_COOKIE["autoLogin"]) && $_SESSION["loggedIn"] == false) { '); } ?> + + '); +}?> \ No newline at end of file -- cgit v1.2.3