Revision 1467
Added by Luisehahne over 13 years ago
uninstall.php | ||
---|---|---|
22 | 22 |
$admin = new admin('Addons', 'modules_uninstall', false); |
23 | 23 |
if( !$admin->checkFTAN() ) |
24 | 24 |
{ |
25 |
$admin->print_header(); |
|
25 | 26 |
$admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS']); |
26 | 27 |
} |
27 | 28 |
// After check print the header |
Also available in: Unified diff
update some headerinfos
fix missing header for some error messages