이전 코드에서 일부 이전

This commit is contained in:
2018-01-11 22:14:36 +09:00
parent 3a025cfa70
commit 91a5ff805c
15 changed files with 1037 additions and 72 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
<?php
//임시 땜빵 리팩터링.
require_once("lib.php")
require_once "lib.php";
function dbConnRoot() {
global $connect, $HTTP_COOKIE_VARS;
@@ -10,4 +10,3 @@ function dbConnRoot() {
@MYDB_select_db($f[4], $connect) or Error("DB Select 에러가 발생했습니다","");
return $connect;
}
?>