diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-14 18:12:50 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-14 18:12:50 -0600 |
commit | 1503c2e759159ee9d12585c2ebe2db70831dbd9a (patch) | |
tree | 7c2d5ab4836cddd3d69ff1ddddace3f68c16f612 | |
parent | 5c0314a75d2722bb99918ef44473f4204462835a (diff) |
Hide thread id in moderator form
-rw-r--r-- | viewthread.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewthread.php b/viewthread.php index e1961fc..d41fb9b 100644 --- a/viewthread.php +++ b/viewthread.php @@ -43,7 +43,7 @@ if (isset($_SESSION['signed_in'])) { <form action="moderate.php" method="post"> <p> <b>Moderator Options</b> - <input type="number" name="id" value="' . $current->id . '"> + <input type="hidden" name="id" value="' . $current->id . '"> <input type="checkbox" id="delete" name="delete"> <label for="delete">Delete thread</label> <input type="checkbox" id="lock" name="lock"> |