8 lines
194 B
PHP
8 lines
194 B
PHP
<?php
|
|
if(!defined('__KIMS__')) exit; // 비정상적인 호출 차단
|
|
|
|
include_once $g['path_module'].$module.'/_main.php';
|
|
|
|
include $g['path_module'].$module.'/admin/'.$front.'.php';
|
|
?>
|