Revision 1473
Added by Dietmar over 13 years ago
create.php | ||
---|---|---|
38 | 38 |
exit(0); |
39 | 39 |
} |
40 | 40 |
|
41 |
// Print admin header |
|
42 |
require('../../config.php'); |
|
43 | 41 |
require_once(WB_PATH.'/framework/class.admin.php'); |
44 | 42 |
// suppress to print the header, so no new FTAN will be set |
45 | 43 |
$admin = new admin('Media', 'media_create', false); |
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)