Revision 734
Added by thorn over 16 years ago
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'); |
|
32 | 31 |
?> |
33 | 32 |
|
34 | 33 |
<style> |
... | ... | |
46 | 45 |
<?php if(ENABLED_ASP) { // add some honeypot-fields |
47 | 46 |
?> |
48 | 47 |
<input type="hidden" name="submitted_when" value="<?php $t=time(); echo $t; $_SESSION['submitted_when']=$t; ?>" /> |
49 |
<p class="nixhier">
|
|
48 |
<p style="display:none;">
|
|
50 | 49 |
email-address: |
51 | 50 |
<label for="email-address">Leave this field empty, dont enter your e-mail address:</label> |
52 | 51 |
<input id="email-address" name="email-address" size="60" value="" /><br /> |
Also available in: Unified diff
removed include/captcha/asp.php