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