Changeset 4642
- Timestamp:
- 07/17/07 13:32:43 (1 year ago)
- Files:
-
- branches/1.0/lib/request/sfWebRequest.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/request/sfWebRequest.class.php
r3250 r4642 796 796 797 797 return ( 798 (isset($pathArray['HTTPS']) && strtolower($pathArray['HTTPS']) == 'on')798 (isset($pathArray['HTTPS']) && (strtolower($pathArray['HTTPS']) == 'on' || strtolower($pathArray['HTTPS']) == 1)) 799 799 || 800 800 (isset($pathArray['HTTP_X_FORWARDED_PROTO']) && strtolower($pathArray['HTTP_X_FORWARDED_PROTO']) == 'https')