Revision 1473
Added by Luisehahne over 14 years ago
| details.php | ||
|---|---|---|
| 21 | 21 |
|
| 22 | 22 |
// Create a javascript back link |
| 23 | 23 |
$js_back = WB_URL.'/account/preferences.php'; |
| 24 |
|
|
| 24 |
/* |
|
| 25 | 25 |
if (!$wb->checkFTAN()) |
| 26 | 26 |
{
|
| 27 | 27 |
$wb->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'], $js_back); |
| 28 | 28 |
exit(); |
| 29 | 29 |
} |
| 30 |
|
|
| 30 |
*/ |
|
| 31 | 31 |
// Get and sanitize entered values |
| 32 | 32 |
$display_name = $wb->add_slashes(strip_tags($wb->get_post('display_name')));
|
| 33 | 33 |
$language = strtoupper($wb->get_post('language'));
|
| ... | ... | |
| 87 | 87 |
if(isset($_SESSION['TIMEZONE'])) { unset($_SESSION['TIMEZONE']); }
|
| 88 | 88 |
} |
| 89 | 89 |
} |
| 90 |
|
|
| 91 |
?> |
|
Also available in: Unified diff
found more backlinks to fix
remove not working ftan in frontend
fixed redirect in login procedure (Tks to mr-fan)
update droplet LoginBox, additional parameter $redirect
remove double config call in media (Tks to Testör)