function elfinder_document_root in elFinder file manager 6
Same name and namespace in other branches
- 8.2 elfinder.module \elfinder_document_root()
- 6.2 elfinder.module \elfinder_document_root()
- 7.3 elfinder.module \elfinder_document_root()
- 7 elfinder.module \elfinder_document_root()
- 7.2 elfinder.module \elfinder_document_root()
Returning site document root
1 call to elfinder_document_root()
- elfinder_file_directory_path in ./
elfinder.module - path to files directory
File
- ./
elfinder.module, line 630
Code
function elfinder_document_root() {
return realpath('');
}