Allow caching of profile images
authorTim Otten <totten@civicrm.org>
Wed, 21 Jan 2015 08:38:09 +0000 (00:38 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 21 Jan 2015 08:40:45 +0000 (00:40 -0800)
commit9942d1dc860f538a47661d905a9819ab47b17883
treefdaf435148aff2284ffe73b6c9a06a110323491a
parent327f2159881271317b07e0eddf7201a8901273db
Allow caching of profile images

I considered refactoring CRM_Utils_System::download() to work with this, but
there are just so many things that need to be done differently or explained
-- it's just not worth it.  Calling header() directly winds up being
clearer/simpler.
CRM/Contact/Page/ImageFile.php