j_map_history에서 fallback arg 제거

This commit is contained in:
2018-07-23 23:30:53 +09:00
parent c1acf2b0fe
commit 05c515b2da
-2
View File
@@ -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)) {