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

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

@ -1,4 +1,6 @@
<?php
if (!isset($_SESSION['user_id'])) exit; //페이지 직접 실행 방지
?>
<script>
$(document).ready(function() {
var ordBy = <?php echo json_encode(isset($ord_by) ? $ord_by : ''); ?>;