From 82d4efcbc2397df7f29c34d1e6a0329478f5af68 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 5 May 2020 00:41:16 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/j_map_history.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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';