사용자단 따옴표 작업 오타
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<?
|
||||
$g4_path = '..'; // common.php 의 상대 경로
|
||||
include_once($g4_path'./common.php');
|
||||
include_once($g4_path.'/common.php');
|
||||
?>
|
||||
@ -200,7 +200,7 @@ if ($board[bo_use_nogood])
|
||||
$admin_href = "";
|
||||
// 최고관리자 또는 그룹관리자라면
|
||||
if ($member[mb_id] && ($is_admin == 'super' || $group[gr_admin] == $member[mb_id]))
|
||||
$admin_href = $g4[admin_path].'/board_form.php?w=u&bo_table=.'$bo_table;
|
||||
$admin_href = $g4['admin_path'].'/board_form.php?w=u&bo_table='.$bo_table;
|
||||
|
||||
if (!($board[bo_use_comment] && $cwin))
|
||||
include_once('./board_head.php');
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?
|
||||
// 상대 경로
|
||||
$g4_path = '..';
|
||||
include_once($g4_path'./common.php');
|
||||
include_once($g4_path.'/common.php');
|
||||
include_once("$g4['path']/lib/latest.lib.php");
|
||||
|
||||
$g4['title'] = $group[gr_subject];
|
||||
|
||||
Reference in New Issue
Block a user