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