From 2923e6fca634231533cca11e43a9091344ff4ba5 Mon Sep 17 00:00:00 2001 From: Debulois Date: Sun, 10 Apr 2022 21:25:00 +0200 Subject: Ajout d'un système de notification pour alerter les pro et finition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 0a34e50..a6f9fdb 100644 --- a/index.php +++ b/index.php @@ -44,6 +44,9 @@ if (isset($_COOKIE["autoLogin"]) && $_SESSION["loggedIn"] == false) { +'.PHP_EOL); +} ?> '.PHP_EOL); ?> '.PHP_EOL); ?> @@ -51,12 +54,18 @@ if (isset($_COOKIE["autoLogin"]) && $_SESSION["loggedIn"] == false) { + +'); +} ?> -- cgit v1.2.3