/home/mjc1/public_html/html/millennium/_common.php


1
2
3
4
5
6
<?php
    $dir 
"../..";
    include_once(
$dir."/common.php");
    
header("Content-type:text/html;charset=euckr");
    include_once(
"./_common2.php");
?>