Project

General

Profile

« Previous | Next » 

Revision 1824

Added by Dietmar almost 12 years ago

! update media in look to the changes in user management

View differences:

upload.php
46 46
$target = (isset(${$requestMethod}['target'])) ? ${$requestMethod}['target'] : '';
47 47

  
48 48
// Include the WB functions file
49
require_once(WB_PATH.'/framework/functions.php');
49
if(!function_exists('directory_list')) { require(WB_PATH.'/framework/functions.php'); }
50 50

  
51 51
$directory = ($target == '/') ?  '' : $target;
52 52
$dirlink = 'index.php?dir='.$directory;

Also available in: Unified diff