Revision 1355
Added by FrankH about 14 years ago
install.php | ||
---|---|---|
37 | 37 |
require_once(WB_PATH.'/framework/class.admin.php'); |
38 | 38 |
$admin = new admin('Addons', 'templates_install'); |
39 | 39 |
|
40 |
if( !$admin->checkFTAN() ) |
|
41 |
{ |
|
42 |
$admin->print_error($MESSAGE['PAGES_NOT_SAVED'],'index.php'); |
|
43 |
exit(); |
|
44 |
} |
|
45 |
|
|
40 | 46 |
// Include the WB functions file |
41 | 47 |
require_once(WB_PATH.'/framework/functions.php'); |
42 | 48 |
|
Also available in: Unified diff
Security fixes