Revision 1473
Added by Luisehahne over 14 years ago
| save.php | ||
|---|---|---|
| 26 | 26 |
|
| 27 | 27 |
if (!$admin->checkFTAN()) |
| 28 | 28 |
{
|
| 29 |
$admin->print_header(); |
|
| 29 | 30 |
$admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'],$js_back); |
| 30 | 31 |
} |
| 31 | 32 |
// After check print the header |
| ... | ... | |
| 62 | 63 |
|
| 63 | 64 |
// Print admin footer |
| 64 | 65 |
$admin->print_footer(); |
| 65 |
|
|
| 66 |
?> |
|
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)