Project

General

Profile

Bug #37076 ยป sslfix.patch

Patch to fix this issue. - Bas v.d. Wiel, 2012-05-10 20:13

View differences:

./typo3_src-4.7.0_patched/t3lib/class.t3lib_befunc.php 2012-05-10 20:00:28.755144574 +0200
}
}
$portNumber = intval($GLOBALS['TYPO3_CONF_VARS']['BE']['lockSSLPort']);
if ($portNumber > 0 && $portNumber != 443 && $protocol == 'https') {
$domain.=':'.strval($portNumber);
}
return $domain;
}
    (1-1/1)