From 9c619586639b9ac0f107e63a54b5522d75ea2ee2 Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Sun, 21 Mar 2021 20:18:53 -0600 Subject: Remove all.php --- all.php | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 all.php diff --git a/all.php b/all.php deleted file mode 100644 index dc97914..0000000 --- a/all.php +++ /dev/null @@ -1,22 +0,0 @@ -Failed to fetch threads from server!
' . mysqli_error($dbc) . ''); -} - -echo ''; - -display_threads($dbc, $result, true); -mysqli_free_result($result); - -echo '
Latest ThreadsLatest Post
'; - -include_once 'footer.php'; -- cgit v1.2.3