Revision 739
Added by thorn over 16 years ago
view.php | ||
---|---|---|
40 | 40 |
} |
41 | 41 |
|
42 | 42 |
require_once(WB_PATH.'/include/captcha/captcha.php'); |
43 |
require_once(WB_PATH.'/include/captcha/asp.php'); |
|
43 | 44 |
|
44 | 45 |
// Function for generating an optionsfor a select field |
45 | 46 |
if (!function_exists('make_option')) { |
... | ... | |
133 | 134 |
if(ENABLED_ASP) { // first add some honeypot-fields |
134 | 135 |
?> |
135 | 136 |
<input type="hidden" name="submitted_when" value="<?php $t=time(); echo $t; $_SESSION['submitted_when']=$t; ?>" /> |
136 |
<p style="display:none;">
|
|
137 |
<p class="nixhier">
|
|
137 | 138 |
email address: |
138 | 139 |
<label for="email">Your e-mail address is not relevant Leave this field blank:</label> |
139 | 140 |
<input id="email" name="email" size="56" value="" /><br /> |
... | ... | |
515 | 516 |
|
516 | 517 |
} |
517 | 518 |
|
518 |
?> |
|
519 |
?> |
Also available in: Unified diff
reintroduced include/captcha/asp.php