Revision 1824
Added by Luisehahne almost 13 years ago
| rename.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 |
$directory = $admin->get_get('dir');
|
Also available in: Unified diff
! update media in look to the changes in user management