정적 분석 결과 반영
This commit is contained in:
@@ -12,7 +12,7 @@ $userID = Session::getUserID();
|
||||
$pw = $_POST['old_pw'];
|
||||
$newPw = $_POST['new_pw'];
|
||||
|
||||
$response['result'] = false;
|
||||
$response = ['result' => false];
|
||||
|
||||
$db = RootDB::db();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user