I was installed ckfinder
in my script and integrated it with ckeditor
,
my ckfinder path is public_html/assest/libs/ckfinder
but when click on the browse
button from ckeditor
it show 3 folders automatically
files,images,flash.
I want to display all folders and sub folders and files in these folders.
my settings is:
$config['AccessControl'][] = Array(
'role' => '*',
'resourceType' => '*',
'folder' => '',
'folderView' => true,
'folderCreate' => true,
'folderRename' => true,
'folderDelete' => true,
'fileView' => true,
'fileUpload' => true,
'fileRename' => true,
'fileDelete' => true);