페이지 직접 실행 방지 코드 추가 및 공백, 주석 정리

This commit is contained in:
2025-07-23 16:55:45 +09:00
parent 99a9a6fd42
commit 95fbca87ab
4 changed files with 6 additions and 3 deletions

View File

@ -2,6 +2,7 @@
// 설정 파일 포함
include_once('_common.php');
if(!$_SESSION['user_id']) exit; // 로그인 되어있지 않으면 확인 불가
// 검색 날짜
$searchDate = $_POST['searchDate'];
$ord_by = $_POST['ordBy'];