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