This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user