← Back to team overview

mahara-contributors team mailing list archive

[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