fix: admin session username stored in session

This commit is contained in:
Martin Ambrus
2017-10-28 09:40:23 +02:00
parent 4678fd273b
commit 4621c29e05
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
## Copyright: TravianZ (c) 2012-2014. All rights reserved. ##
## ##
#################################################################################
unset($_SESSION['username'], $_SESSION['sessid']);
unset($_SESSION['admin_username'], $_SESSION['sessid']);
?>
<table id="member">
<thead>