mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-07 13:24:22 +00:00
FIX SQL INJECTION
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
## ##
|
||||
#################################################################################
|
||||
|
||||
|
||||
if(isset($_GET['z']) && !is_numeric($_GET['z'])) die('Hacking Attempt');
|
||||
include("GameEngine/Village.php");
|
||||
$start = $generator->pageLoadTimeStart();
|
||||
if(isset($_GET['newdid'])) {
|
||||
|
||||
Reference in New Issue
Block a user