Revision 1444
Added by Luisehahne over 14 years ago
| captcha.php | ||
|---|---|---|
| 35 | 35 |
$output .= "\t\t<title>captcha</title>\n\t</head>\n\t<body>\n"; |
| 36 | 36 |
$_SESSION['captcha_time'] = $t; |
| 37 | 37 |
if($kind=='image') {
|
| 38 |
$output .= "\t\t<a title=\"reload\" href=\"".WB_REL."/include/captcha/captcha.php?display_captcha_X986E21=2\">";
|
|
| 39 |
$output .= "<img style=\"border: none;\" src=\"".WB_REL."/include/captcha/captchas/";
|
|
| 38 |
$output .= "\t\t<a title=\"reload\" href=\"".WB_URL."/include/captcha/captcha.php?display_captcha_X986E21=2\">";
|
|
| 39 |
$output .= "<img style=\"border: none;\" src=\"".WB_URL."/include/captcha/captchas/";
|
|
| 40 | 40 |
$output .= CAPTCHA_TYPE.".php?t=".$t."\" alt=\"Captcha\" /></a>\n"; |
| 41 | 41 |
} else {
|
| 42 | 42 |
$output .= "\t\t<h2>error</h2>"; |
Also available in: Unified diff
fix wrong url in captacha