remove comments
This commit is contained in:
parent
81df73bda7
commit
dcaea2cd6c
4 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_'))
|
if (!defined('_GNUBOARD_'))
|
||||||
exit; // 개별 페이지 접근 불가
|
exit;
|
||||||
?>
|
?>
|
||||||
<script>
|
<script>
|
||||||
// 글자수 제한
|
// 글자수 제한
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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'])) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue