$nocom = str_replace(",", "", $imageinfo['filename']); header('Pragma:'); // VBIV-8269 header('Cache-control: max-age=31536000'); header('Expires: ' . gmdate('D, d M Y H:i:s', (TIMENOW + 31536000)) . ' GMT'); header('Content-disposition: inline; filename=' . $nocom);