install.php 정적 분석 수정
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ $show_img_level = (int)$_POST['show_img_level'];
|
|||||||
if(120 % $turnterm != 0){
|
if(120 % $turnterm != 0){
|
||||||
Json::die([
|
Json::die([
|
||||||
'result'=>false,
|
'result'=>false,
|
||||||
'turnterm은 120의 약수여야 합니다.'
|
'reason'=>'turnterm은 120의 약수여야 합니다.'
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user