diff --git a/.gitignore b/.gitignore index 2387917b8..3e26fb122 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -.htaccess -data +/.htaccess +data/ test config.php sirgle @@ -13,4 +13,4 @@ itzimara* nemoluv* cheditor* *.key -*.sh \ No newline at end of file +*.sh diff --git a/README.md b/README.md deleted file mode 100644 index af43bad40..000000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -g5 -== - -그누보드5 개발자 버전 diff --git a/adm/board_list.php b/adm/board_list.php index 109e0702d..6c367dab3 100644 --- a/adm/board_list.php +++ b/adm/board_list.php @@ -53,7 +53,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 $g5['title'] = '게시판관리'; include_once('./admin.head.php'); -$colspan = 15; +$colspan = 16; ?>