From 6045bb8ea25b77d99bdff8d741c99034f86b19c0 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 14 Jun 2011 16:52:45 -0700 Subject: A few tweaks --- htdocs/new-post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htdocs/new-post.php') 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 { -- cgit v1.2.3