X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=3d68249aec9572bde3d78e6999e32eeecdd8b5fd;hp=1226b15066946346527a0a63bbc671137962a02b;hb=73bb9000fb82cfb51d3e55f0d1f7f6d09974368e;hpb=b9c18d6c24e3be4393bf41005aa4e428a0ea3218 diff --git a/inc/config.php b/inc/config.php index 1226b150..3d68249a 100644 --- a/inc/config.php +++ b/inc/config.php @@ -276,7 +276,7 @@ $cfg->setConfigEntry('cookie_path', $cfg->detectScriptPath() . '/'); $cfg->setConfigEntry('cookie_domain', $cfg->detectDomain()); // Is mostly the same... // CFG: COOKIE-SSL -$cfg->setConfigEntry('cookie_ssl', (isset($_SERVER['HTTPS']))); +$cfg->setConfigEntry('cookie_ssl', $cfg->isHttpSecured()); // CFG: CRYPT-FIXED-SALT $cfg->setConfigEntry('crypt_fixed_salt', 'N');