function elfinder_document_root in elFinder file manager 7
Same name and namespace in other branches
- 8.2 elfinder.module \elfinder_document_root()
- 6.2 elfinder.module \elfinder_document_root()
- 6 elfinder.module \elfinder_document_root()
- 7.3 elfinder.module \elfinder_document_root()
- 7.2 elfinder.module \elfinder_document_root()
Returning site document root
2 calls to elfinder_document_root()
- elfinder_file_directory_path in ./elfinder.module 
- path to files directory
- filefield_source_elfinder_value in modules/elfinder_ffsel/ elfinder_ffsel.module 
- A #filefield_value_callback function.
File
- ./elfinder.module, line 628 
Code
function elfinder_document_root() {
  return realpath('');
}