Home
last modified time | relevance | path

Searched refs:archivRootDir (Results 1 – 2 of 2) sorted by relevance

/plugin/fileshare/
H A Dfilesharedownload.php5 $archivRootDir = $_GET[ 'something']; variable
7 $downloadFile = $archivRootDir . '/' . $filename;
/plugin/fileshare/syntax/
H A DFileshare.php111 $archivRootDir = $this->getConf ( 'archivRootDir' );
113 if(!isset($archivRootDir) || trim($archivRootDir)===''){
118 $fileDir = $archivRootDir;