Exemplo n.º 1
0
 public static function removeFileBuffer($params)
 {
     $path = Upload_files::getUrlBuffer() . urldecode($params['id']);
     unlink($path);
     return '';
 }