공지사항 파일업로드 수정
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2025-12-30 16:40:40 +09:00
parent fda9b9ab59
commit 38444fcb4f
13 changed files with 89 additions and 7 deletions

View File

@@ -101,6 +101,11 @@
// 3. 끝 슬래시 정리
$path = rtrim($path, '/');
switch ($path) {
case "/board/notice/write":
case "/board/notice/modify":
case "/board/notice/detail":
$path = "/board/notice/lists";
break;
case "/article/apt/detail":
$path = "/article/apt/lists";
break;