remove tail ?>

This commit is contained in:
Amberstone 2024-09-23 11:15:09 +09:00
parent 52c5880aca
commit 0fa4762041
Signed by: amber
GPG key ID: 094B0E55F98D8BF1
12 changed files with 0 additions and 20 deletions

View file

@ -241,7 +241,3 @@ if ($board['bo_use_rss_view']) {
} }
$stx = get_text(stripslashes($stx)); $stx = get_text(stripslashes($stx));
?>

View file

@ -1,4 +1,3 @@
<?php <?php
include_once "../../../../common.php"; include_once "../../../../common.php";
include_once($board_skin_path.'/_setting.php'); include_once($board_skin_path.'/_setting.php');
?>

View file

@ -35,4 +35,3 @@ if($sql_article != "") {
} }
include($board_skin_path."/view_body.skin.php"); include($board_skin_path."/view_body.skin.php");
?>

View file

@ -23,5 +23,3 @@ if($bd['bd_url']) {
} }
include($board_skin_path."/view_body.skin.php"); include($board_skin_path."/view_body.skin.php");
?>

View file

@ -18,5 +18,3 @@ if($bd['bd_id']) {
where bd_id = '{$bd['bd_id']}'"; where bd_id = '{$bd['bd_id']}'";
sql_query($sql); sql_query($sql);
} }
?>

View file

@ -1,4 +1,2 @@
<?php <?php
include_once "../../../common.php"; include_once "../../../common.php";
?>

View file

@ -1,4 +1,2 @@
<?php <?php
include_once "../../../../common.php"; include_once "../../../../common.php";
?>

View file

@ -15,4 +15,3 @@ if($is_member) {
echo "on"; echo "on";
} }
} }
?>

View file

@ -1,4 +1,3 @@
<?php <?php
include_once "../../../../common.php"; include_once "../../../../common.php";
include_once "./_setting.emoticon.php"; include_once "./_setting.emoticon.php";
?>

View file

@ -38,4 +38,3 @@ if ($_POST['act_button'] == "등록") {
} }
goto_url('./index.php'); goto_url('./index.php');
?>

View file

@ -113,5 +113,3 @@ else
//array_unshift($comment, $list_item); //array_unshift($comment, $list_item);
include($board_skin_path.'/view_comment.skin.php'); include($board_skin_path.'/view_comment.skin.php');
?>

View file

@ -36,4 +36,3 @@ if($original_write['mb_id'] == $member['mb_id'] && ($original_write['wr_subject'
goto_url('./board.php?bo_table='.$bo_table.'&amp;'.$qstr.'&amp;#c_'.$comment_id); goto_url('./board.php?bo_table='.$bo_table.'&amp;'.$qstr.'&amp;#c_'.$comment_id);
?>