54버전 잘못된 hook 이벤트 수정

This commit is contained in:
thisgun
2020-01-07 14:34:50 +09:00
parent a5e5531471
commit ccfe419bbd
2 changed files with 2 additions and 2 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;