그누보드 5.0.29 수정내역 적용

This commit is contained in:
chicpro
2015-02-02 13:35:15 +09:00
parent 1cd8d590b2
commit 7ef2029a31
14 changed files with 72 additions and 34 deletions

8
extend/user.config.php Normal file
View File

@ -0,0 +1,8 @@
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// head.sub.php, tail.sub.php 파일의 이름을 지정할 수 있습니다.
// 지정된 파일은 head.sub.php, tail.sub.php 파일과 동일한 위치에 존재해야 합니다.
//define('G5_HEAD_SUB_FILE', 'user.head.sub.php');
//define('G5_TAIL_SUB_FILE', 'user.tail.sub.php');
?>