From 3fee29e9e946073ea8eac953d2c5e0bdf8669c74 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 15 Sep 2019 00:55:57 +0900 Subject: [PATCH] =?UTF-8?q?setup=5Fdb=EC=97=90=EC=84=9C=20global=5Fsalt=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_install/j_setup_db.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/f_install/j_setup_db.php b/f_install/j_setup_db.php index ee5f88c7..926f6791 100644 --- a/f_install/j_setup_db.php +++ b/f_install/j_setup_db.php @@ -280,5 +280,6 @@ if ($result !== true) { Json::die([ 'result'=>true, - 'reason'=>'success' + 'reason'=>'success', + 'globalSalt'=>$globalSalt ]);