From 20593b0e4458bd89d91870c53ec4b2bdc7822f6c Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 29 Jan 2018 21:55:38 +0900 Subject: [PATCH] =?UTF-8?q?composer=20=EC=82=AC=EC=9A=A9=EC=9C=BC=EB=A1=9C?= =?UTF-8?q?=20=EB=82=A0=EB=A0=A4=EB=A8=B9=EC=9D=80=20util=20=EB=8B=A8?= =?UTF-8?q?=EC=B6=95=EC=9D=84=20=EC=82=B4=EB=A6=BC.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_func/class._Validation.php | 2 ++ i_entrance/adminPost.php | 12 +++++++----- i_entrance/member/Get.php | 2 ++ i_other/help.php | 2 ++ twe/_simul.php | 3 +++ twe/func_history.php | 2 ++ twe/func_message.php | 2 ++ twe/install2_ok.php | 2 ++ twe/install_ok.php | 3 +++ twe/j_msgsubmit.php | 2 ++ twe/join_post.php | 2 ++ twe/lib.php | 1 + twe/login_process.php | 3 +++ twe/stylesheet.php | 3 +++ 14 files changed, 36 insertions(+), 5 deletions(-) diff --git a/f_func/class._Validation.php b/f_func/class._Validation.php index 3fdf103b..73b9a422 100644 --- a/f_func/class._Validation.php +++ b/f_func/class._Validation.php @@ -2,6 +2,8 @@ require(__dir__.'/../vendor/autoload.php'); require_once(ROOT.W.F_FUNC.W.'class._String.php'); +use utilphp\util as util; + class _Validation { public static function CheckID($id) { $len = strlen($id); diff --git a/i_entrance/adminPost.php b/i_entrance/adminPost.php index fac31bdc..92abf050 100644 --- a/i_entrance/adminPost.php +++ b/i_entrance/adminPost.php @@ -1,15 +1,17 @@
재설치하려면 해당 파일을 지우세요"); diff --git a/twe/j_msgsubmit.php b/twe/j_msgsubmit.php index 2e5a8c02..7de86b96 100644 --- a/twe/j_msgsubmit.php +++ b/twe/j_msgsubmit.php @@ -3,6 +3,8 @@ include 'lib.php'; include 'func.php'; require_once('func_message.php'); +use utilphp\util as util; + $post = parseJsonPost(); if(!isset($post['genlist']) || !isset($post['msg'])){ diff --git a/twe/join_post.php b/twe/join_post.php index e1d0346b..f64f3076 100644 --- a/twe/join_post.php +++ b/twe/join_post.php @@ -2,6 +2,8 @@ include "lib.php"; include "func.php"; +use utilphp\util as util; + $id = $_POST['id']; $pw = $_POST['pw']; $name = $_POST['name']; diff --git a/twe/lib.php b/twe/lib.php index 85845453..20617af4 100644 --- a/twe/lib.php +++ b/twe/lib.php @@ -1,5 +1,6 @@