dbconfig.ph 를 G4_DBCONFIG_FILE 상수명으로 대체

This commit is contained in:
whitedot
2013-03-05 15:29:42 +09:00
parent 8662a801c5
commit b6b5ddd6a5

View File

@ -95,7 +95,7 @@ unset($g4_path);
//==============================================================================
// 공통
//------------------------------------------------------------------------------
$dbconfig_file = G4_DATA_PATH.'/dbconfig.php';
$dbconfig_file = G4_DATA_PATH.'/'.G4_DBCONFIG_FILE;
if (file_exists($dbconfig_file)) {
include_once($dbconfig_file);
include_once(G4_LIB_PATH.'/common.lib.php'); // 공통 라이브러리