사용자단 따옴표 작업 bbs/good.php 까지 진행
This commit is contained in:
10
bbs/move.php
10
bbs/move.php
@ -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');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user