스킨에 포함된 프로그램 코드 정리 중

This commit is contained in:
chicpro
2013-10-07 17:37:58 +09:00
parent 4b4bdeda4d
commit 7ec7f0b46c
12 changed files with 42 additions and 34 deletions

View File

@ -1,12 +1,5 @@
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// 사용후기의 내용에 쓸수 있는 최대 글자수 (한글은 영문3자)
$is_content_max_length = 10000;
$w = escape_trim($_REQUEST['w']);
$it_id = escape_trim($_REQUEST['it_id']);
$is_id = escape_trim($_REQUEST['is_id']);
?>
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">