$mod_file_path = __FILE__;
include_once "./lib/include.inc.html";
if ( eregi( "epart", $HTTP_HOST ) )
{
echo
'
';
}
if(!isset($ini['dir']['root']) || empty($ini['dir']['root'])) {
echo "default.ini ÆÄÀÏ¿¡¼ root ¿É¼ÇÀÌ ¼³Á¤µÇÁö ¾Ê¾Ò½À´Ï´Ù.";
exit;
}
if($ini['dir']['root'] != getcwd()) {
echo "Config of conf/default.ini : ".$ini['dir']['root']."
Location of this file : ".getcwd();
exit;
}
$main_file = "./main/?load_popup=1";
if($_GET['mo']) {
$main_file = "./modules/".$_GET['mo']."/".$mod[$_GET['mo']]['conf']['index'];
$param = getQueryString('','',array('mo'));
if($param) $main_file .= "?".$param;
goUrl("",$main_file);
exit;
}
?>