버전 5.4.1.4 수정

This commit is contained in:
thisgun
2020-01-07 16:32:29 +09:00
10 changed files with 22 additions and 17 deletions

View File

@ -1,6 +1,8 @@
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
run_event('pre_head');
if(defined('G5_THEME_PATH')) {
require_once(G5_THEME_PATH.'/head.php');
return;