작업 중...

This commit is contained in:
2018-01-13 21:08:01 +09:00
parent f523683624
commit 1efe3a750b
6 changed files with 48 additions and 16 deletions
+1
View File
@@ -10,3 +10,4 @@ function dbConnRoot() {
@MYDB_select_db($f[4], $connect) or Error("DB Select 에러가 발생했습니다","");
return $connect;
}