버그 수정

This commit is contained in:
2020-05-05 00:41:16 +09:00
parent 2476726a6a
commit 82d4efcbc2
+3 -3
View File
@@ -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';