게시판 아이디를 content로 생성하면 짧은주소 기능과 충돌하는 문제 수정 #299

This commit is contained in:
thisgun
2023-12-29 11:56:32 +09:00
parent a061d6c863
commit 1ec9a0ee12

View File

@ -398,7 +398,7 @@ function get_mb_icon_name($mb_id){
// 생성되면 안되는 게시판명
function get_bo_table_banned_word(){
$folders = array();
$folders = array(G5_CONTENT_DIR, 'rss');
foreach(glob(G5_PATH.'/*', GLOB_ONLYDIR) as $dir) {
$folders[] = basename($dir);