5 lines
103 B
PHP
5 lines
103 B
PHP
<?php
|
|
if(!defined('__KIMS__')) exit;
|
|
include $g['path_module'].$module.'/admin/'.$front.'.php';
|
|
?>
|