|
|
|
Mr.
1 afi 1 X X Xa X ache if ($this->tl_cache){ //check dir if (!is_dir(dirname(__FILE__) .'/'.$this->tl_cache_dir)) { if(!@mkdir(dirname(__FILE__) .'/'.$this->tl_cache_dir)){ return $this->raise_error("There is no dir " . dirname(__FILE__) .'/'.$this->tl_cache_dir . ". Fail to create. Set mode to 777 on the folder."); } }






