Revision 281
Added by stefan almost 20 years ago
| submit_comment.php | ||
|---|---|---|
| 49 | 49 |
exit(header('Location: '.WB_URL.'/modules/news/comment.php?id='.$_GET['post_id']));
|
| 50 | 50 |
} |
| 51 | 51 |
} |
| 52 |
if(isset($_SESSION['catpcha'])) { unset($_SESSION['captcha']); }
|
|
| 52 |
if(isset($_SESSION['captcha'])) { unset($_SESSION['captcha']); }
|
|
| 53 | 53 |
|
| 54 | 54 |
// Insert the comment into db |
| 55 | 55 |
$page_id = $_GET['page_id']; |
Also available in: Unified diff
Fixed bug #99 and two additional instances of catpcha instead of captcha.