각 페이지별 권한을 설정하여 조회시키도록 수정
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
include_once '_common.php'; // 그누보드 설정 파일 불러오기
|
||||
include_once 'config.php';
|
||||
include_once 'head.php';
|
||||
// 로그인 체크
|
||||
if( isset($_SESSION['user_id']) ) { // 로그인 했다면
|
||||
|
||||
Reference in New Issue
Block a user