최초 커밋
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
include_once(G4_PATH.'/head.sub.php');
|
||||
|
||||
//include_once(G4_LIB_PATH.'/latest.lib.php');//// 최신글 추출
|
||||
include_once(G4_LIB_PATH.'/outlogin.lib.php');
|
||||
// include_once(G4_LIB_PATH.'/poll.lib.php');// 설문조사
|
||||
// include_once(G4_LIB_PATH.'/visit.lib.php');//방문자수
|
||||
// include_once(G4_LIB_PATH.'/connect.lib.php');//현재 접속자수 출력
|
||||
// include_once(G4_LIB_PATH.'/popular.lib.php');
|
||||
|
||||
include_once(G4_LIB_PATH.'/dbpro.lib.php');
|
||||
|
||||
/*
|
||||
if (G4_IS_MOBILE) {
|
||||
include_once(G4_MOBILE_PATH.'/head.php');
|
||||
return;
|
||||
}
|
||||
*/
|
||||
// 상단 파일 경로 지정 : 이 코드는 가능한 삭제하지 마십시오.
|
||||
if ($config['cf_include_head']) {
|
||||
if (!@include_once($config['cf_include_head'])) {
|
||||
die('기본환경 설정에서 상단 파일 경로가 잘못 설정되어 있습니다.');
|
||||
}
|
||||
return; // 이 코드의 아래는 실행을 하지 않습니다.
|
||||
}
|
||||
//echo $_SESSION."---<br>";
|
||||
include_once($member_skin_path.'/main.skin.php');
|
||||
|
||||
include_once('./_tail.php');
|
||||
//include_once('./tail.sub.php');
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user