From 05c515b2da82772aa77107232bc1c44f09eab6bc Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 23 Jul 2018 23:30:53 +0900 Subject: [PATCH] =?UTF-8?q?j=5Fmap=5Fhistory=EC=97=90=EC=84=9C=20fallback?= =?UTF-8?q?=20arg=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/j_map_history.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/hwe/j_map_history.php b/hwe/j_map_history.php index a4e24461..6cfd0d80 100644 --- a/hwe/j_map_history.php +++ b/hwe/j_map_history.php @@ -8,8 +8,6 @@ $year = Util::getReq('year', 'int'); $month = Util::getReq('month', 'int'); $serverID = Util::getReq('serverID', 'string', null); -extractMissingPostToGlobals(); - $url = '/a_history.php'; if(!strpos($_SERVER['HTTP_REFERER'], $url)) {