<?php
header('Content-disposition: attachment; filename=klinquist.vcf');
header('Content-type: text/x-vcard');
readfile('klinquist.vcf');
?>
<?php
header('Content-disposition: attachment; filename=klinquist.vcf');
header('Content-type: text/x-vcard');
readfile('klinquist.vcf');
?>