Be sure links are generated with https://

This commit is contained in:
Michael RICOIS 2017-12-07 11:12:46 +01:00
parent 93fd9f929c
commit fe653e40c1

View File

@ -5,8 +5,8 @@ $_SERVER['SERVER_NAME'] = 'www.bebeboutik.com';
$_SERVER['REMOTE_ADDR'] = '127.0.0.1';
$_SERVER['HTTP_PORT'] = 443;
$_SERVER['HTTP_X_FORWARDED_PORT'] = 443;
$_SERVER['SERVER_PORT'] = 443;
$_SERVER['HTTPS'] = 'on';
global $protocol_content;
include __DIR__ . '/../../../config/settings.inc.php';