dbConn 삭제.

This commit is contained in:
2018-04-05 02:24:46 +09:00
parent 51316abd42
commit 0c0ef213f9
74 changed files with 249 additions and 122 deletions
+4 -1
View File
@@ -9,7 +9,10 @@ include "func.php";
//로그인 검사
$session = Session::requireGameLogin()->setReadOnly();
$connect = dbConn();
$db = DB::db();
$connect=$db->get();
increaseRefresh("베팅", 1);
$query = "select tournament,phase,tnmt_type,develcost from game limit 1";