remove tail ?>
This commit is contained in:
parent
52c5880aca
commit
0fa4762041
12 changed files with 0 additions and 20 deletions
|
|
@ -241,7 +241,3 @@ if ($board['bo_use_rss_view']) {
|
|||
}
|
||||
|
||||
$stx = get_text(stripslashes($stx));
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
<?php
|
||||
include_once "../../../../common.php";
|
||||
include_once($board_skin_path.'/_setting.php');
|
||||
?>
|
||||
|
|
@ -35,4 +35,3 @@ if($sql_article != "") {
|
|||
}
|
||||
|
||||
include($board_skin_path."/view_body.skin.php");
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -23,5 +23,3 @@ if($bd['bd_url']) {
|
|||
}
|
||||
|
||||
include($board_skin_path."/view_body.skin.php");
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -18,5 +18,3 @@ if($bd['bd_id']) {
|
|||
where bd_id = '{$bd['bd_id']}'";
|
||||
sql_query($sql);
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,2 @@
|
|||
<?php
|
||||
include_once "../../../common.php";
|
||||
|
||||
?>
|
||||
|
|
@ -1,4 +1,2 @@
|
|||
<?php
|
||||
include_once "../../../../common.php";
|
||||
|
||||
?>
|
||||
|
|
@ -15,4 +15,3 @@ if($is_member) {
|
|||
echo "on";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
<?php
|
||||
include_once "../../../../common.php";
|
||||
include_once "./_setting.emoticon.php";
|
||||
?>
|
||||
|
|
@ -38,4 +38,3 @@ if ($_POST['act_button'] == "등록") {
|
|||
}
|
||||
|
||||
goto_url('./index.php');
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -113,5 +113,3 @@ else
|
|||
|
||||
//array_unshift($comment, $list_item);
|
||||
include($board_skin_path.'/view_comment.skin.php');
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -36,4 +36,3 @@ if($original_write['mb_id'] == $member['mb_id'] && ($original_write['wr_subject'
|
|||
|
||||
|
||||
goto_url('./board.php?bo_table='.$bo_table.'&'.$qstr.'&#c_'.$comment_id);
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue