From f83530a122119d7f69812493f9c2f4987ccb2065 Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Wed, 10 Feb 2021 20:40:32 -0700 Subject: Reorganize code and add info to front page --- all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'all.php') diff --git a/all.php b/all.php index c8bbc75..dc97914 100644 --- a/all.php +++ b/all.php @@ -3,7 +3,7 @@ include_once 'header.php'; include_once 'includes/db_inc.php'; -include_once 'includes/functions_inc.php'; +include_once 'includes/functions_display.php'; $sql = "SELECT thread_id, thread_subject, thread_date, user_id, user_name, cat_id, cat_name FROM threads JOIN users ON thread_author = user_id JOIN categories ON thread_cat = cat_id ORDER BY thread_id DESC"; $result = mysqli_query($dbc, $sql); -- cgit v1.2.3