사용자단 따옴표 작업 bbs/good.php 까지 진행

This commit is contained in:
whitedot
2012-11-29 18:19:25 +09:00
parent cbf7e9c21e
commit 091f9deade
69 changed files with 587 additions and 587 deletions

View File

@ -1,5 +1,5 @@
<?
include_once("./_common.php");
include_once('./_common.php');
if ($sw == "move")
$act = "이동";
@ -12,8 +12,8 @@ else
if ($is_admin != "board" && $is_admin != "group" && $is_admin != "super")
alert_close("게시판 관리자 이상 접근이 가능합니다.");
$g4[title] = "게시물 " . $act;
include_once("$g4[path]/head.sub.php");
$g4['title'] = "게시물 " . $act;
include_once($g4['path'].'/head.sub.php');
$wr_id_list = "";
if ($wr_id)
@ -125,7 +125,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
</form>
<script type='text/javascript'>
<script>
function fboardmoveall_submit(f)
{
var check = false;
@ -161,5 +161,5 @@ function fboardmoveall_submit(f)
</td></tr></table>
<?
include_once("$g4[path]/tail.sub.php");
include_once($g4['path'].'/tail.sub.php');
?>