You are here

function elfinder_document_root in elFinder file manager 6

Same name and namespace in other branches
  1. 8.2 elfinder.module \elfinder_document_root()
  2. 6.2 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()
elfinder_file_directory_path in ./elfinder.module
path to files directory

File

./elfinder.module, line 630

Code

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