버그 수정

This commit is contained in:
2020-05-05 00:41:16 +09:00
parent a3779ff1e1
commit 76b8f8743d
+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';