From bcf77928f1bac88cef66630ae116a8bb0594e4e3 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 8 May 2013 09:37:18 +0900 Subject: [PATCH] =?UTF-8?q?=ED=98=84=EC=9E=AC=EC=A0=91=EC=86=8D=EC=9E=90?= =?UTF-8?q?=EC=97=90=20global=20=EB=B3=80=EC=88=98=EA=B0=80=20=EC=84=A0?= =?UTF-8?q?=EC=96=B8=EB=90=98=EC=A7=80=20=EC=95=8A=EC=95=84=20=EB=82=98?= =?UTF-8?q?=EC=98=A4=EB=8D=98=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 98707bdb7..b4999e858 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -1933,7 +1933,7 @@ if (!function_exists('file_put_contents')) { // HTML 마지막 처리 function html_end() { - global $g4; + global $config, $g4, $member; // 현재접속자 처리 $tmp_sql = " select count(*) as cnt from {$g4['login_table']} where lo_ip = '{$_SERVER['REMOTE_ADDR']}' ";