From 32f3bd1eafbd4a560518153dd5da043596093999 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 13 May 2015 16:48:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EB=AC=B8=EC=84=9C=20=EB=B9=84?= =?UTF-8?q?=EB=B0=80=EB=B2=88=ED=98=B8=20=EA=B4=80=EB=A0=A8=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderformupdate.php | 2 +- mobile/shop/orderinquiry.php | 2 +- shop/orderformupdate.php | 2 +- shop/orderinquiry.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/shop/orderformupdate.php b/mobile/shop/orderformupdate.php index 4a9d8ed98..c66a8c9ef 100644 --- a/mobile/shop/orderformupdate.php +++ b/mobile/shop/orderformupdate.php @@ -394,7 +394,7 @@ if($tno) { if ($is_member) $od_pwd = $member['mb_password']; else - $od_pwd = sql_password($_POST['od_pwd']); + $od_pwd = get_encrypt_string($_POST['od_pwd']); // 주문번호를 얻는다. $od_id = get_session('ss_order_id'); diff --git a/mobile/shop/orderinquiry.php b/mobile/shop/orderinquiry.php index c26b604a4..6c32e3aed 100644 --- a/mobile/shop/orderinquiry.php +++ b/mobile/shop/orderinquiry.php @@ -3,7 +3,7 @@ include_once('./_common.php'); define("_ORDERINQUIRY_", true); -$od_pwd = sql_password($od_pwd); +$od_pwd = get_encrypt_string($od_pwd); // 회원인 경우 if ($is_member) diff --git a/shop/orderformupdate.php b/shop/orderformupdate.php index 0598614da..fe02daf88 100644 --- a/shop/orderformupdate.php +++ b/shop/orderformupdate.php @@ -388,7 +388,7 @@ if($tno) { if ($is_member) $od_pwd = $member['mb_password']; else - $od_pwd = sql_password($_POST['od_pwd']); + $od_pwd = get_encrypt_string($_POST['od_pwd']); // 주문번호를 얻는다. $od_id = get_session('ss_order_id'); diff --git a/shop/orderinquiry.php b/shop/orderinquiry.php index bd23708d4..cb5192a86 100644 --- a/shop/orderinquiry.php +++ b/shop/orderinquiry.php @@ -8,7 +8,7 @@ if (G5_IS_MOBILE) { define("_ORDERINQUIRY_", true); -$od_pwd = sql_password($od_pwd); +$od_pwd = get_encrypt_string($od_pwd); // 회원인 경우 if ($is_member)