X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=3d68249aec9572bde3d78e6999e32eeecdd8b5fd;hb=3066fde87517fbd0a93adb19d7522bd772070606;hp=1226b15066946346527a0a63bbc671137962a02b;hpb=b9c18d6c24e3be4393bf41005aa4e428a0ea3218;p=core.git 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');