remove comments

This commit is contained in:
Amberstone 2024-10-21 11:31:08 +09:00
parent 81df73bda7
commit dcaea2cd6c
Signed by: amber
GPG key ID: 094B0E55F98D8BF1
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
include_once G5_LIB_PATH . '/thumbnail.lib.php'; include_once G5_LIB_PATH . '/thumbnail.lib.php';
if ($board['bo_type'] == 'board') if ($board['bo_type'] == 'board')
$category_option = get_category_option($bo_table, $sca); $category_option = get_category_option($bo_table, $sca);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
?> ?>
<script> <script>
// 글자수 제한 // 글자수 제한

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $board_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $board_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
$temp = sql_fetch("select * from {$write_table}"); $temp = sql_fetch("select * from {$write_table}");
if (!isset($temp['wr_protect'])) { if (!isset($temp['wr_protect'])) {