summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2023-06-05 14:51:09 +0200
committerpolo <ordipolo@gmx.fr>2023-06-05 14:51:09 +0200
commitfdef77d4a8817b6e8940951f3301ad94bde0e6c6 (patch)
treea9c4649d5171f7bb15fca6ec21bcd16d716841c5 /index.php
parenta1c45fb18579f392070a65cf2c48e8b6bf5bf384 (diff)
downloadmelaine-fdef77d4a8817b6e8940951f3301ad94bde0e6c6.zip
suppression de $_SESSION['file_code']
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 0 insertions, 4 deletions
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
47 47
48 submitCKeditor(); 48 submitCKeditor();
49} 49}
50else
51{
52 unset($_SESSION['file_code']);
53}
54 50
55 51
56// déconnexion 52// déconnexion