mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #00404
[Bug 587823] Re: incorrect https check
** Changed in: mahara
Status: Fix Committed => Fix Released
--
incorrect https check
https://bugs.launchpad.net/bugs/587823
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: Fix Released
Bug description:
init.php uses:
isset($_SERVER['HTTPS'])
to decide whether to automatically create webroot using https - problem is that $_SERVER['HTTPS'] can sometimes return a value like "off" - especially on windows machines.
References