install.php 정적 분석 수정

This commit is contained in:
2018-04-06 23:39:59 +09:00
parent cfb2a2dbd5
commit a5bb9ba062
+1 -1
View File
@@ -48,7 +48,7 @@ $show_img_level = (int)$_POST['show_img_level'];
if(120 % $turnterm != 0){
Json::die([
'result'=>false,
'turnterm은 120의 약수여야 합니다.'
'reason'=>'turnterm은 120의 약수여야 합니다.'
]);
}