Project

General

Profile

Bug #14558 ยป bug_0815.patch

Administrator Admin, 2005-11-11 11:38

View differences:

TYPO3core_testing/typo3/init.php 2005-11-11 11:37:20.000000000 +0100
// **********************
// Check SSL (https)
// **********************
if (intval($TYPO3_CONF_VARS['BE']['lockSSL'])) {
if (intval($TYPO3_CONF_VARS['BE']['lockSSL']) && !(defined('TYPO3_cliMode') && TYPO3_cliMode)) {
if (!t3lib_div::getIndpEnv('TYPO3_SSL')) {
if ($TYPO3_CONF_VARS['BE']['lockSSL']==2) {
list(,$url) = explode('://',t3lib_div::getIndpEnv('TYPO3_SITE_URL').TYPO3_mainDir,2);
    (1-1/1)