Revision 734
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'); |
|
44 | 43 |
|
45 | 44 |
// Function for generating an optionsfor a select field |
46 | 45 |
if (!function_exists('make_option')) { |
... | ... | |
134 | 133 |
if(ENABLED_ASP) { // first add some honeypot-fields |
135 | 134 |
?> |
136 | 135 |
<input type="hidden" name="submitted_when" value="<?php $t=time(); echo $t; $_SESSION['submitted_when']=$t; ?>" /> |
137 |
<p class="nixhier">
|
|
136 |
<p style="display:none;">
|
|
138 | 137 |
email address: |
139 | 138 |
<label for="email">Your e-mail address is not relevant Leave this field blank:</label> |
140 | 139 |
<input id="email" name="email" size="56" value="" /><br /> |
Also available in: Unified diff
removed include/captcha/asp.php