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