Revision 1400
Added by FrankH almost 15 years ago
- Security fix in account
- Security fix in admin/media, thanks to hal 9000
| signup2.php | ||
|---|---|---|
| 34 | 34 |
$display_name = strip_tags($wb->get_post_escaped('display_name'));
|
| 35 | 35 |
$email = $wb->get_post('email');
|
| 36 | 36 |
|
| 37 |
if (!$wb->checkFTAN()) |
|
| 38 |
{
|
|
| 39 |
$wb->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'], WB_URL); |
|
| 40 |
exit(); |
|
| 41 |
} |
|
| 42 |
|
|
| 37 | 43 |
// Create a javascript back link |
| 38 | 44 |
$js_back = "javascript: history.go(-1);"; |
| 39 | 45 |
|
Also available in: Unified diff