각 페이지별 권한을 설정하여 조회시키도록 수정

This commit is contained in:
2025-07-23 17:20:08 +09:00
parent fcc95c6c0a
commit 84133db18a
3 changed files with 25 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<?php
include_once '_common.php'; // 그누보드 설정 파일 불러오기
include_once 'config.php';
include_once 'head.php';
// 로그인 체크
if( isset($_SESSION['user_id']) ) { // 로그인 했다면