schema.sql을 원래 파일대로 schema.php로 변경

This commit is contained in:
2018-01-11 19:08:17 +09:00
parent 8a892a72e3
commit feff33715f
3 changed files with 1 additions and 7 deletions
-6
View File
@@ -1,6 +0,0 @@
<?
host
user
pass
db_name
?>
+1 -1
View File
@@ -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가 생성되어 있습니다.<br><br>재설치하려면 해당 파일을 지우세요");