Revision 1473
Added by Luisehahne over 14 years ago
| groups.php | ||
|---|---|---|
| 46 | 46 |
/* */ |
| 47 | 47 |
if (!$admin->checkFTAN()) |
| 48 | 48 |
{
|
| 49 |
$admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'], ADMIN_URL); |
|
| 49 |
$admin->print_header(); |
|
| 50 |
$admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS']); |
|
| 50 | 51 |
} |
| 51 | 52 |
|
| 52 | 53 |
// Print header |
| ... | ... | |
| 194 | 195 |
|
| 195 | 196 |
// Print admin footer |
| 196 | 197 |
$admin->print_footer(); |
| 197 |
|
|
| 198 |
?> |
|
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)