Revision 1824
Added by Dietmar almost 12 years ago
create.php | ||
---|---|---|
25 | 25 |
} |
26 | 26 |
if(!class_exists('admin', false)){ include(WB_PATH.'/framework/class.admin.php'); } |
27 | 27 |
// Include the WB functions file |
28 |
require_once(WB_PATH.'/framework/functions.php');
|
|
28 |
if(!function_exists('directory_list')) { require(WB_PATH.'/framework/functions.php'); }
|
|
29 | 29 |
|
30 | 30 |
// suppress to print the header, so no new FTAN will be set |
31 | 31 |
$admin = new admin('Media', 'media_create', false); |
Also available in: Unified diff
! update media in look to the changes in user management