Project

General

Profile

« Previous | Next » 

Revision 739

Added by thorn over 16 years ago

reintroduced include/captcha/asp.php

View differences:

signup_form.php
28 28
	exit(0);
29 29
}
30 30
require_once(WB_PATH.'/include/captcha/captcha.php');
31
require_once(WB_PATH.'/include/captcha/asp.php');
31 32
?>
32 33

  
33 34
<style>
......
45 46
	<?php if(ENABLED_ASP) { // add some honeypot-fields
46 47
	?>
47 48
	<input type="hidden" name="submitted_when" value="<?php $t=time(); echo $t; $_SESSION['submitted_when']=$t; ?>" />
48
	<p style="display:none;">
49
	<p class="nixhier">
49 50
	email-address:
50 51
	<label for="email-address">Leave this field empty, dont enter your e-mail address:</label>
51 52
	<input id="email-address" name="email-address" size="60" value="" /><br />
......
97 98
</form>
98 99

  
99 100
<br />
100
&nbsp; 
101
&nbsp; 

Also available in: Unified diff