summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
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