Bug #24659 ยป 17138_v1.diff
typo3/sysext/install/mod/class.tx_install.php (working copy) | ||
---|---|---|
parent::t3lib_install();
|
||
if (!$GLOBALS['TYPO3_CONF_VARS']['BE']['installToolPassword']) {
|
||
$this->outputErrorAndExit('Install Tool deactivated.<br />You must enable it by setting a password in typo3conf/localconf.php. If you insert the line below, the password will be \'joh316\':<br /><br />\$TYPO3_CONF_VARS[\'BE\'][\'installToolPassword\'] = \'bacb98acf97e0b6112b1d1b650b84971\';', 'Fatal error');
|
||
$this->outputErrorAndExit('Install Tool deactivated.<br />You must enable it by setting a password in typo3conf/localconf.php. If you insert the line below, the password will be \'joh316\':<br /><br />$TYPO3_CONF_VARS[\'BE\'][\'installToolPassword\'] = \'bacb98acf97e0b6112b1d1b650b84971\';', 'Fatal error');
|
||
}
|
||
if ($this->sendNoCacheHeaders) {
|