Changes between Initial Version and Version 1 of Ticket #32354, comment 1
- Timestamp:
- 05/12/2015 08:47:23 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32354, comment 1
initial v1 2 2 3 3 Also 4 ``` 4 5 6 {{{ 5 7 // if site is set to run on SSL, then force-enable SSL detection! 6 8 if (stripos(get_option('siteurl'), 'https://') === 0) { 7 9 $_SERVER['HTTPS'] = 'on'; 8 10 } 9 ``` 11 }}} 12 13 10 14 11 15 Needs to be a patch file. Will review and work on this a bit.