Project

General

Profile

« Previous | Next » 

Revision 739

Added by thorn about 16 years ago

reintroduced include/captcha/asp.php

View differences:

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');
33 34

  
34 35
// Get comments page template details from db
35 36
$query_settings = $database->query("SELECT comments_page,use_captcha,commenting FROM ".TABLE_PREFIX."mod_news_settings WHERE section_id = '".SECTION_ID."'");
......
46 47
	<?php if(ENABLED_ASP) { // add some honeypot-fields
47 48
	?>
48 49
	<input type="hidden" name="submitted_when" value="<?php $t=time(); echo $t; $_SESSION['submitted_when']=$t; ?>" />
49
	<p style="display:none;">
50
	<p class="nixhier">
50 51
	email address:
51 52
	<label for="email">We dont want to know your email-address. Leave this field empty:</label>
52 53
	<input id="email" name="email" size="60" value="" /><br />

Also available in: Unified diff