정적 분석 결과 수정. 배열 선언 문제.

This commit is contained in:
2018-04-06 20:32:57 +09:00
parent ffc0fc0c6f
commit d0e7358f68
16 changed files with 191 additions and 329 deletions
+1
View File
@@ -3,6 +3,7 @@ namespace sammo;
include "lib.php";
include "func.php";
$btn = Util::array_get($_POST['btn']);
$yearmonth = $_POST['yearmonth'];
//로그인 검사
$session = Session::requireGameLogin()->setReadOnly();