Revision 1400
Added by FrankH almost 15 years ago
- Security fix in account
- Security fix in admin/media, thanks to hal 9000
| details.php | ||
|---|---|---|
| 28 | 28 |
$date_format = $wb->get_post_escaped('date_format');
|
| 29 | 29 |
$time_format = $wb->get_post_escaped('time_format');
|
| 30 | 30 |
|
| 31 |
if (!$wb->checkFTAN()) |
|
| 32 |
{
|
|
| 33 |
$wb->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'], WB_URL); |
|
| 34 |
exit(); |
|
| 35 |
} |
|
| 36 |
|
|
| 31 | 37 |
// Create a javascript back link |
| 32 | 38 |
$js_back = "javascript: history.go(-1);"; |
| 33 | 39 |
|
Also available in: Unified diff