diff options
Diffstat (limited to 'htdocs/new-post.php')
-rw-r--r-- | htdocs/new-post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/new-post.php b/htdocs/new-post.php index e421d3c..439d7f2 100644 --- a/htdocs/new-post.php +++ b/htdocs/new-post.php @@ -120,7 +120,7 @@ function handle_tos() { } function finish_tos() { - if (isset($_POST['tos']) and $_POST['tos'] == 1) { + if (isset($_REQUEST['tos']) and $_REQUEST['tos'] == 1) { return true; } else { |