From 4ab145a32d82e84f91fff18fa9ec0075a4affdee Mon Sep 17 00:00:00 2001 From: TheStilbruch Date: Sun, 21 Jul 2019 23:55:01 -0500 Subject: [PATCH] started the thread loading section of board.php, but now its time for bed --- board.php | 5 ++++- boards/b/index.php | 16 ---------------- boards/mc/index.php | 14 -------------- 3 files changed, 4 insertions(+), 31 deletions(-) delete mode 100644 boards/b/index.php delete mode 100644 boards/mc/index.php 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); -?>