레거시 dbConn 함수를 우선 getDB() 함수에 기반하도록 변경

This commit is contained in:
2018-03-05 00:49:31 +09:00
parent 77395dd90e
commit c49dcf8152
6 changed files with 25 additions and 16 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ include "func.php";
$btn = $_POST['btn'];
$userID = getUserID();
$connect = dbConn("sammo");
$connect = dbConn(true);
//회원 테이블에서 정보확인
$query = "select no,name,picture,grade from MEMBER where no='$userID'";