This commit is contained in:
@@ -101,6 +101,15 @@
|
||||
// 3. 끝 슬래시 정리
|
||||
$path = rtrim($path, '/');
|
||||
switch ($path) {
|
||||
case "/article/receipt/detail":
|
||||
$path = "/article/receipt/lists";
|
||||
break;
|
||||
case "/article/dept/detail":
|
||||
$path = "/article/dept/lists";
|
||||
break;
|
||||
case "/article/record/detail":
|
||||
$path = "/article/record/lists";
|
||||
break;
|
||||
case "/board/notice/write":
|
||||
case "/board/notice/modify":
|
||||
case "/board/notice/detail":
|
||||
|
||||
Reference in New Issue
Block a user