j_map_history에서 fallback arg 제거

This commit is contained in:
2018-07-23 23:30:53 +09:00
parent 5b3dccff52
commit 2a9ebeb8dc
-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)) {