Home
last modified time | relevance | path

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

/plugin/glossary/
H A Dglossary.class.php65 var $listFile; // cache for sample variable in glossary
90 $this->listFile = $this->cacheDir."list.cache";
570 @unlink ($this->listFile);
580 if (file_exists ($this->listFile) &&
581 (time () - filemtime ($this->listFile) < $this->getConf ('listDelai'))) {
582 echo file_get_contents ($this->listFile);
657 file_put_contents ($this->listFile, $text);