octobercms / install

Installation wizard for October CMS
122 stars 91 forks source link

Little fix for HTTPS detection #35

Closed LouisMT closed 10 years ago

LouisMT commented 10 years ago

Use !empty() instead of isset() because if $_SERVER['HTTPS'] was just an empty string it still got detected as HTTPS.

daftspunk commented 10 years ago

Thanks!