Skip to content
Nazaret Armenagian edited this page Apr 27, 2015 · 2 revisions

Welcome to the ezfilemanager wiki!

  1. FOLDER_ARRAY comma separated root folders (eg: media,assets,files) to browse. The folders should be relative to your site's root folder, and not contain slashes or dots.
    define('FOLDER_ARRAY','media');
    define('FOLDER_ARRAY','media,assets'); //This will create a drop down menu, giving the option to change the upload/browse folder
  2. ROOT_ACCESS If FOLDER_ARRAY is empty and you set this to TRUE, you will be able to browse your site's root directory
    define('FOLDER_ARRAY',''); //note the empty FOLDER_ARRAY
    define('ROOT_ACCESS',TRUE);
Clone this wiki locally