Gerson AGC
Results
1
issues of
Gerson AGC
Fist delete remote files when the files expire, function cache_feed. private function cache_feed() { if($this->remote_file_exists($this->remote)) { //---------------------line-added-begin //First delete localfiles unlink($this->local); //---------------------line-added-end //Second get and create the remote files, this...