From d938bbd2dd2212c55f2102a348da4f61574d5cf8 Mon Sep 17 00:00:00 2001 From: TheStilbruch Date: Thu, 4 Jul 2019 18:53:10 -0500 Subject: [PATCH] updated index.php --- b/index.php | 16 ---------------- core/header.php | 8 ++++---- mc/index.php | 14 -------------- 3 files changed, 4 insertions(+), 34 deletions(-) delete mode 100644 b/index.php delete mode 100644 mc/index.php diff --git a/b/index.php b/b/index.php deleted file mode 100644 index c82800e..0000000 --- a/b/index.php +++ /dev/null @@ -1,16 +0,0 @@ - 'random', - 'code' => 'b', - 'splash' => array( - 'wacky', - 'totally tubular' - ) -); - -display_board($settings); - -?> diff --git a/core/header.php b/core/header.php index fc17b2d..a9698e7 100644 --- a/core/header.php +++ b/core/header.php @@ -24,13 +24,13 @@ function display_header($title = "~chan") {
boards: ( - b + b / - g + g / - m + m / - v + v ) diff --git a/mc/index.php b/mc/index.php deleted file mode 100644 index 6dfda1d..0000000 --- a/mc/index.php +++ /dev/null @@ -1,14 +0,0 @@ - 'minecraft', - 'code' => 'mc', - 'splash' => array( - 'block by block' - ) -); - -display_board($settings); -?>