mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-09 21:01:00 +00:00
Important security fix
Important security fix
This commit is contained in:
@@ -98,7 +98,7 @@ class Market
|
||||
if (
|
||||
isset($get['t'], $get['a']) &&
|
||||
$get['t'] == 1 &&
|
||||
$get['a'] == $session->mchecker &&
|
||||
hash_equals((string) $session->mchecker, (string) ($get['a'] ?? '')) &&
|
||||
!isset($get['del'])
|
||||
) {
|
||||
$session->changeChecker();
|
||||
|
||||
Reference in New Issue
Block a user