CRM-15163 - CRM_Utils_Check_Security - Windows support
authorTim Otten <totten@civicrm.org>
Wed, 27 Aug 2014 22:13:17 +0000 (15:13 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 27 Aug 2014 22:18:40 +0000 (15:18 -0700)
commitb35868f50a7238955a6c6d82625bd5ecb91607c6
tree1c13026a9d28a5593dde5ff649b99e4d85abaf30
parent0c26efc771db488578f3c6b0c5021d4bfaac19a7
CRM-15163 - CRM_Utils_Check_Security - Windows support

On Windows-PHP setups, paths may have a mix of back-slashes and
forward-slashes.  For this security check, we'll normalize to
forward-slashses to simplify the path manipulation.
CRM/Utils/Check/Security.php