Changeset 4643
- Timestamp:
- 07/17/07 13:32:56 (1 year ago)
- Files:
-
- trunk/lib/request/sfWebRequest.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/request/sfWebRequest.class.php
r4597 r4643 787 787 788 788 return ( 789 (isset($pathArray['HTTPS']) && strtolower($pathArray['HTTPS']) == 'on')789 (isset($pathArray['HTTPS']) && (strtolower($pathArray['HTTPS']) == 'on' || strtolower($pathArray['HTTPS']) == 1)) 790 790 || 791 791 (isset($pathArray['HTTP_X_FORWARDED_PROTO']) && strtolower($pathArray['HTTP_X_FORWARDED_PROTO']) == 'https')