diff --git a/che_close/d_setting/set.php b/che_close/d_setting/set.php
deleted file mode 100644
index bd55013e..00000000
--- a/che_close/d_setting/set.php
+++ /dev/null
@@ -1,6 +0,0 @@
-
-host
-user
-pass
-db_name
-?>
diff --git a/che_close/install_ok.php b/che_close/install_ok.php
index 7081f964..6da6fcbf 100644
--- a/che_close/install_ok.php
+++ b/che_close/install_ok.php
@@ -1,6 +1,6 @@
include "lib.php";
-include "schema.sql";
+include "schema.php";
include "func.php";
if(file_exists("d_setting/set.php")) error("이미 set.php가 생성되어 있습니다.
재설치하려면 해당 파일을 지우세요");
diff --git a/che_close/schema.sql b/che_close/schema.php
similarity index 100%
rename from che_close/schema.sql
rename to che_close/schema.php