summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2023-04-30 16:25:08 +0200
committerpolo <ordipolo@gmx.fr>2023-04-30 16:25:08 +0200
commit839981c313ee806ea8cc263a081e911a164d1c4f (patch)
treeac6c1520d9fc77b485c7f3b74de2da42ea304689 /index.php
parent204be428e4912d1f984b41f13a1f2605657d651c (diff)
downloadmelaine-839981c313ee806ea8cc263a081e911a164d1c4f.zip
bricoles
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 14371e5..4e2de59 100644
--- a/index.php
+++ b/index.php
@@ -49,7 +49,7 @@ if(isset($_SESSION['admin']) && $_SESSION['admin'] == 1
49} 49}
50else 50else
51{ 51{
52 unset($_SESSION['target']); 52 unset($_SESSION['file_code']);
53} 53}
54 54
55 55