| Path : /home/lhcar/www/mobile/_common/ |
| Current File : /home/lhcar/www/mobile/_common/common.php |
<?
/*
2008-09-04 김은성
공통 파일 인클루드
*/
ini_set("session.gc_maxlifetime", "43200");
// 공통 함수
require_once $_SERVER['DOCUMENT_ROOT']. "/_common/config.php";
// 공통 함수
require_once LIB_ROOT. "/func.php";
// 공통 배열 관련
require_once LIB_ROOT. "/code.php";
// Session 관련
require_once HTML_ROOT. "/lib/session.php";
dbconn();
?>