Revision 620
Added by thorn almost 17 years ago
submit_comment.php | ||
---|---|---|
51 | 51 |
)) { |
52 | 52 |
exit(header("Location: ".WB_URL.PAGES_DIRECTORY."")); |
53 | 53 |
} |
54 |
if(ENABLED_ASP) { |
|
55 |
if(isset($_SESSION['captcha_retry_news'])) unset($_SESSION['captcha_retry_news']); |
|
56 |
} |
|
54 | 57 |
if($settings['use_captcha']) { |
55 | 58 |
if(isset($_POST['captcha']) AND $_POST['captcha'] != '') { |
56 | 59 |
// Check for a mismatch |
Also available in: Unified diff
some cleanup in news-module (ASP related).