From fdef77d4a8817b6e8940951f3301ad94bde0e6c6 Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 5 Jun 2023 14:51:09 +0200 Subject: suppression de $_SESSION['file_code'] --- index.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 1888704..2d86f58 100644 --- a/index.php +++ b/index.php @@ -47,10 +47,6 @@ if(isset($_SESSION['admin']) && $_SESSION['admin'] == 1 submitCKeditor(); } -else -{ - unset($_SESSION['file_code']); -} // déconnexion -- cgit v1.2.3