CRM-14210. Use get_headers() and check for 200 response instead of file_get_contents...
authorChris Burgess <chris@giantrobot.co.nz>
Sun, 16 Feb 2014 22:14:31 +0000 (11:14 +1300)
committerTim Otten <totten@civicrm.org>
Sun, 9 Mar 2014 23:58:48 +0000 (16:58 -0700)
commit5ee70cb251bd89605716e3e333284f17a2315b4d
treee3df9d0fbc0d4cbb73987cc16aee285b8309e6a9
parent05464bc53508288fd7563de63ffb9dcc7e6e9c2b
CRM-14210. Use get_headers() and check for 200 response instead of file_get_contents(), as some servers do not return FALSE on 40x response code.
CRM/Utils/Check/Security.php