diff --git a/hwe/j_map_history.php b/hwe/j_map_history.php index d45c5c23..9ca65a71 100644 --- a/hwe/j_map_history.php +++ b/hwe/j_map_history.php @@ -4,9 +4,9 @@ namespace sammo; include "lib.php"; include "func.php"; -$year = Util::getPost('year', 'int'); -$month = Util::getPost('month', 'int'); -$serverID = Util::getPost('serverID', 'string', null); +$year = Util::getReq('year', 'int'); +$month = Util::getReq('month', 'int'); +$serverID = Util::getReq('serverID', 'string', null); $url = '/a_history.php';