From d61a18a93bc1b39d91725497ebb2fe85c4785ead Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Wed, 7 Apr 2021 11:44:11 -0600 Subject: Update links, rename files --- category.php | 69 ------------------------------------------------------------ 1 file changed, 69 deletions(-) delete mode 100644 category.php (limited to 'category.php') diff --git a/category.php b/category.php deleted file mode 100644 index b149237..0000000 --- a/category.php +++ /dev/null @@ -1,69 +0,0 @@ -get_from_database($_GET['id'], $dbc); - if ($result == 0) { - http_response_code(404); - include_once 'templates/404.php'; - die(); - } -} -?> - - -
-description; ?>
- thread_count . ' threads, ' . $current->post_count . ' posts'; ?> -Thread Name | -Latest Post | -|
---|---|---|
' . $thread->subject . ' '; - echo 'by ' . $thread->author->name . ' on ' . date('M d, Y', strtotime($thread->date_created)) . ' | ';
-
- if (!is_null($latest_post)) {
- echo 'by ' . $latest_post->author->name . ' on ' . $latest_post->date . ' | ';
- } else {
- echo 'No posts yet! | '; - } - - echo '