lib.php에서 강제로 $_POST 추출을 시행하던 부분을 세부 파일로 이동.
This commit is contained in:
@@ -7,6 +7,8 @@ include "func.php";
|
||||
$year = Util::getReq('year', 'int');
|
||||
$month = Util::getReq('month', 'int');
|
||||
|
||||
extractMissingPostToGlobals();
|
||||
|
||||
$url = '/a_history.php';
|
||||
|
||||
if(!strpos($_SERVER['HTTP_REFERER'], $url)) {
|
||||
|
||||
Reference in New Issue
Block a user