Closed bobbingwide closed 5 years ago
In https://github.com/bobbingwide/oik/issues/70 I noted a problem where the values returned from siteurl() and homeurl() were different when run in oik-batch.
This issue is to cover the changes to oik-batch to overcome this problem.
During start up, when it's not already set, we want to set $_SERVER['HTTPS'] to 'on' if WP_SITEURL or the siteurl option field expects https.
$_SERVER['HTTPS']
'on'
WP_SITEURL
siteurl
https
In https://github.com/bobbingwide/oik/issues/70 I noted a problem where the values returned from siteurl() and homeurl() were different when run in oik-batch.
This issue is to cover the changes to oik-batch to overcome this problem.
During start up, when it's not already set, we want to set
$_SERVER['HTTPS']
to'on'
ifWP_SITEURL
or thesiteurl
option field expectshttps
.