Revision 734
Added by thorn over 17 years ago
| comment_page.php | ||
|---|---|---|
| 30 | 30 |
} |
| 31 | 31 |
|
| 32 | 32 |
require_once(WB_PATH.'/include/captcha/captcha.php'); |
| 33 |
require_once(WB_PATH.'/include/captcha/asp.php'); |
|
| 34 | 33 |
|
| 35 | 34 |
// Get comments page template details from db |
| 36 | 35 |
$query_settings = $database->query("SELECT comments_page,use_captcha,commenting FROM ".TABLE_PREFIX."mod_news_settings WHERE section_id = '".SECTION_ID."'");
|
| ... | ... | |
| 47 | 46 |
<?php if(ENABLED_ASP) { // add some honeypot-fields
|
| 48 | 47 |
?> |
| 49 | 48 |
<input type="hidden" name="submitted_when" value="<?php $t=time(); echo $t; $_SESSION['submitted_when']=$t; ?>" /> |
| 50 |
<p class="nixhier">
|
|
| 49 |
<p style="display:none;">
|
|
| 51 | 50 |
email address: |
| 52 | 51 |
<label for="email">We dont want to know your email-address. Leave this field empty:</label> |
| 53 | 52 |
<input id="email" name="email" size="60" value="" /><br /> |
Also available in: Unified diff
removed include/captcha/asp.php