feat: OIDC 로그인 연동 및 DB 스키마 업데이트
This commit is contained in:
@@ -17,7 +17,7 @@ require_once $_SERVER['DOCUMENT_ROOT'].'/kngil/bbs/db_conn.php';
|
||||
1. 입력값 정리
|
||||
========================= */
|
||||
$page = max(1, (int)($_GET['page'] ?? 1));
|
||||
$pageSize = 15;
|
||||
$pageSize = 10;
|
||||
$offset = ($page - 1) * $pageSize;
|
||||
|
||||
$search = trim($_GET['q'] ?? '');
|
||||
|
||||
Reference in New Issue
Block a user