remove useless comment

This commit is contained in:
Amberstone 2024-10-10 05:36:13 +09:00
parent 24fc36bcc2
commit e1559044d8
Signed by: amber
GPG key ID: 094B0E55F98D8BF1
7 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
<?php
if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가
exit;
include_once G5_PATH . '/_head.php';

View file

@ -1,4 +1,4 @@
<?php
if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가
exit;
include_once G5_PATH . '/head.sub.php';

View file

@ -1,4 +1,4 @@
<?php
if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가
exit;
include_once G5_PATH . '/_tail.php';

View file

@ -1,5 +1,5 @@
<?php
if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가
exit;
include_once G5_PATH . '/tail.sub.php';

View file

@ -1,6 +1,6 @@
<?php
if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가
exit;
if ($item['sh_id']) {
// 상품 진열 정보가 있을 경우

View file

@ -1,6 +1,6 @@
<?php
if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가
exit;
?>
<div id="default_talk">
<p><?= $msg ?></p>

View file

@ -1,6 +1,6 @@
<?php
if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가
exit;
add_stylesheet('<link rel="stylesheet" href="' . G5_CSS_URL . '/shop.css">', 0);
?>
<div id="shop_page">