Revision 297
Added by stefan over 19 years ago
| trunk/wb/account/signup_form.php | ||
|---|---|---|
| 69 | 69 |
} |
| 70 | 70 |
?><tr><td class="field_title"><?php echo $TEXT['VERIFICATION']; ?>:</td><td> |
| 71 | 71 |
<table cellpadding="2" cellspacing="0" border="0"> |
| 72 |
<tr><td><img src="<?php echo WB_URL; ?>/include/captcha.php" alt="Captcha" /></td> |
|
| 72 |
<tr><td><img src="<?php echo WB_URL; ?>/include/captcha.php?t=<?php echo time(); ?>" alt="Captcha" /></td>
|
|
| 73 | 73 |
<td><input type="text" name="captcha" maxlength="5" /></td> |
| 74 | 74 |
</tr></table> |
| 75 | 75 |
</td></tr> |
Also available in: Unified diff
John: changed captcha.php call to include timestamp