diff --git a/board.php b/board.php index 0f2836c..58b53d2 100644 --- a/board.php +++ b/board.php @@ -67,5 +67,8 @@ display_header("~chan - /$board_code/");
(archive) (catalog)
+ - diff --git a/boards/b/index.php b/boards/b/index.php deleted file mode 100644 index c82800e..0000000 --- a/boards/b/index.php +++ /dev/null @@ -1,16 +0,0 @@ - 'random', - 'code' => 'b', - 'splash' => array( - 'wacky', - 'totally tubular' - ) -); - -display_board($settings); - -?> diff --git a/boards/mc/index.php b/boards/mc/index.php deleted file mode 100644 index 6dfda1d..0000000 --- a/boards/mc/index.php +++ /dev/null @@ -1,14 +0,0 @@ - 'minecraft', - 'code' => 'mc', - 'splash' => array( - 'block by block' - ) -); - -display_board($settings); -?>