diff options
author | polo <ordipolo@gmx.fr> | 2023-06-05 14:51:09 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-06-05 14:51:09 +0200 |
commit | fdef77d4a8817b6e8940951f3301ad94bde0e6c6 (patch) | |
tree | a9c4649d5171f7bb15fca6ec21bcd16d716841c5 /index.php | |
parent | a1c45fb18579f392070a65cf2c48e8b6bf5bf384 (diff) | |
download | melaine-fdef77d4a8817b6e8940951f3301ad94bde0e6c6.zip |
suppression de $_SESSION['file_code']
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -47,10 +47,6 @@ if(isset($_SESSION['admin']) && $_SESSION['admin'] == 1 | |||
47 | 47 | ||
48 | submitCKeditor(); | 48 | submitCKeditor(); |
49 | } | 49 | } |
50 | else | ||
51 | { | ||
52 | unset($_SESSION['file_code']); | ||
53 | } | ||
54 | 50 | ||
55 | 51 | ||
56 | // déconnexion | 52 | // déconnexion |