dbConn 삭제.
This commit is contained in:
@@ -7,7 +7,9 @@ include "func.php";
|
||||
|
||||
//로그인 검사
|
||||
$session = Session::requireGameLogin()->setReadOnly();
|
||||
$connect = dbConn();
|
||||
|
||||
$db = DB::db();
|
||||
$connect=$db->get();
|
||||
|
||||
if(getBlockLevel() != 1 && getBlockLevel() != 3) {
|
||||
$query = "select no,nation from general where owner='{$session->userID}'";
|
||||
|
||||
Reference in New Issue
Block a user