diff --git a/config.php b/config.php
index b636b0338..609a85dc1 100644
--- a/config.php
+++ b/config.php
@@ -7,7 +7,7 @@
// 이 상수가 정의되지 않으면 각각의 개별 페이지는 별도로 실행될 수 없음
define('_GNUBOARD_', true);
-include_once($g5_path['path'].'/version.php'); // 설정 파일
+include_once($GLOBALS['baseDir'] . '/g5/version.php'); // 설정 파일
// 기본 시간대 설정
date_default_timezone_set("Asia/Seoul");
diff --git a/install/img/pat01.png b/install/img/pat01.png
deleted file mode 100644
index 238c054d2..000000000
Binary files a/install/img/pat01.png and /dev/null differ
diff --git a/install/index.php b/install/index.php
index c2d6721e9..04d50b483 100644
--- a/install/index.php
+++ b/install/index.php
@@ -1,19 +1,19 @@
-