diff --git a/reportbug.php b/reportbug.php index dcdcf95..460f8f6 100644 --- a/reportbug.php +++ b/reportbug.php @@ -24,8 +24,8 @@ $skipcreate = true; } if ($_POST['captcha'] != $_SESSION['captcha']) { - echo "Incorrect or missing captcha."; - $skipcreate = tue; + echo "Incorrect or missing captcha. The correct code is: " . $_SESSION['captcha']; + $skipcreate = true; } // Execute the SQL statement if ($skipcreate == false) {