From 905b74a5a3b1b05d67051538a0754fd4dbb3fa70 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Sun, 5 Sep 2021 08:17:00 +0200 Subject: [PATCH] added reply backend --- threadr/board/post.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/threadr/board/post.php b/threadr/board/post.php index 746d490..57eb972 100644 --- a/threadr/board/post.php +++ b/threadr/board/post.php @@ -1,4 +1,8 @@
" + if (isset($_GET['reply_to']) { + echo "
" + } else { + echo "
" + } ?>