Home
last modified time | relevance | path

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

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