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:
@@ -294,7 +294,7 @@ class Building {
|
||||
|
||||
$validChecker = (
|
||||
isset($get['c']) &&
|
||||
$get['c'] == $this->sess->checker
|
||||
hash_equals((string) $this->sess->checker, (string) ($get['c'] ?? ''))
|
||||
);
|
||||
|
||||
// REMOVE / UPGRADE EXISTING
|
||||
|
||||
Reference in New Issue
Block a user