From a9eb39f179be704fc1ff25e4dee9605b637aaf18 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Tue, 7 Sep 2021 06:52:28 +0200 Subject: [PATCH] switched from sending the user to the end based on action to sending the user to the end based on request --- threadr/board/default.php | 2 +- threadr/board/index.php | 2 +- threadr/board/post.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/threadr/board/default.php b/threadr/board/default.php index f8a5649..54207b1 100644 --- a/threadr/board/default.php +++ b/threadr/board/default.php @@ -1,4 +1,4 @@ "; + echo "
"; ?> diff --git a/threadr/board/index.php b/threadr/board/index.php index f9b99d5..414b590 100644 --- a/threadr/board/index.php +++ b/threadr/board/index.php @@ -15,7 +15,7 @@ $id=$_GET['id']; "; + echo ""; } } else { echo ""; diff --git a/threadr/board/post.php b/threadr/board/post.php index abd4463..e49e91d 100644 --- a/threadr/board/post.php +++ b/threadr/board/post.php @@ -2,9 +2,9 @@ %REQUIRE_LOGIN% echo "
"; if (isset($_GET['reply_to'])) { - echo "
"; + echo ""; } else { - echo ""; + echo ""; } echo "
"; ?>