Revision 1473
Added by Luisehahne over 14 years ago
| add.php | ||
|---|---|---|
| 26 | 26 |
$admin->print_header(); |
| 27 | 27 |
$admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS']); |
| 28 | 28 |
} |
| 29 |
// After check print the header |
|
| 30 |
$admin->print_header(); |
|
| 31 | 29 |
|
| 32 | 30 |
// Include the WB functions file |
| 33 | 31 |
require_once(WB_PATH.'/framework/functions.php'); |
| ... | ... | |
| 49 | 47 |
$admin_groups[] = 1; |
| 50 | 48 |
$viewing_groups[] = 1; |
| 51 | 49 |
|
| 50 |
// After check print the header |
|
| 51 |
$admin->print_header(); |
|
| 52 | 52 |
// check parent page permissions: |
| 53 | 53 |
if ($parent!=0) {
|
| 54 | 54 |
if (!$admin->get_page_permission($parent,'admin')) |
Also available in: Unified diff
found more backlinks to fix
remove not working ftan in frontend
fixed redirect in login procedure (Tks to mr-fan)
update droplet LoginBox, additional parameter $redirect
remove double config call in media (Tks to Testör)