Revision 1824
Added by Dietmar almost 12 years ago
rename2.php | ||
---|---|---|
28 | 28 |
$admin = new admin('Media', 'media', false); |
29 | 29 |
|
30 | 30 |
// Include the WB functions file |
31 |
require_once(WB_PATH.'/framework/functions.php');
|
|
31 |
if(!function_exists('directory_list')) { require(WB_PATH.'/framework/functions.php'); }
|
|
32 | 32 |
|
33 | 33 |
// Get the current dir |
34 | 34 |
$requestMethod = '_'.strtoupper($_SERVER['REQUEST_METHOD']); |
Also available in: Unified diff
! update media in look to the changes in user management