diff --git a/hwe/j_install.php b/hwe/j_install.php index 32576edb..b6592f42 100644 --- a/hwe/j_install.php +++ b/hwe/j_install.php @@ -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의 약수여야 합니다.' ]); }