Revision 1355
Added by FrankH almost 14 years ago
uninstall.php | ||
---|---|---|
42 | 42 |
require_once(WB_PATH.'/framework/class.admin.php'); |
43 | 43 |
$admin = new admin('Addons', 'templates_uninstall'); |
44 | 44 |
|
45 |
if( !$admin->checkFTAN() ) |
|
46 |
{ |
|
47 |
$admin->print_error($MESSAGE['PAGES_NOT_SAVED'],'index.php'); |
|
48 |
exit(); |
|
49 |
} |
|
50 |
|
|
45 | 51 |
// Include the WB functions file |
46 | 52 |
require_once(WB_PATH.'/framework/functions.php'); |
47 | 53 |
|
Also available in: Unified diff
Security fixes