You are here

function elfinder_document_root in elFinder file manager 8.2

Same name and namespace in other branches
  1. 6.2 elfinder.module \elfinder_document_root()
  2. 6 elfinder.module \elfinder_document_root()
  3. 7.3 elfinder.module \elfinder_document_root()
  4. 7 elfinder.module \elfinder_document_root()
  5. 7.2 elfinder.module \elfinder_document_root()

Returning site document root

1 call to elfinder_document_root()
filefield_source_elfinder_value in modules/elfinder_ffsel/elfinder_ffsel.module
A #filefield_value_callback function.

File

./elfinder.module, line 242

Code

function elfinder_document_root() {
  return realpath('');
}