From a5bb9ba062f8766670957bdba4f1cb9b0e95a943 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 6 Apr 2018 23:39:59 +0900 Subject: [PATCH] =?UTF-8?q?install.php=20=EC=A0=95=EC=A0=81=20=EB=B6=84?= =?UTF-8?q?=EC=84=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/j_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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의 약수여야 합니다.' ]); }