현재접속자에 global 변수가 선언되지 않아 나오던 오류 수정
This commit is contained in:
@ -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']}' ";
|
||||
|
||||
Reference in New Issue
Block a user