/* -----------------------------------------------------------------------------
file name : index.php
date : 2004-07-08
writer : son sang moon
[notice]
°³¹ßÀÚÀÇ Çã¶ô ¾øÀÌ´Â ¹«´Ü¹èÆ÷ »ç¿ëÀ» ÇϽǼö ¾ø½À´Ï´Ù.
----------------------------------------------------------------------------- */
// page value initial ----------------------------------------------------------
$load_class = array("db", "alert", "fchar", "form", "test_form", "qform", "security", "file", "value", "page", "logs");
// home common include ---------------------------------------------------------
include $_SERVER["DOCUMENT_ROOT"]."/default_path.php";
// area common include
// public html print start -----------------------------------------------------
include COMMON_ROOT."/design/header.php";
// public html print end -------------------------------------------------------
?>