Project

General

Profile

Bug #20894 » 0011731_v5.patch

Administrator Admin, 2009-08-25 15:40

View differences:

t3lib/class.t3lib_befunc.php (Arbeitskopie)
}
$GLOBALS['TYPO3_DB']->sql_free_result($res);
if (@is_file($enableInstallToolFile)) {
// Check whether the file ENABLE_INSTALL_TOOL contains the string "KEEP_FILE" which permanently unlocks the install tool
if (@is_file($enableInstallToolFile) && trim(file_get_contents($enableInstallToolFile)) === 'KEEP_FILE') {
$url = t3lib_div::getIndpEnv('TYPO3_REQUEST_SCRIPT').'?adminWarning_cmd=remove_ENABLE_INSTALL_TOOL';
$warnings['install_enabled'] = sprintf(
$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:warning.install_enabled'),
(5-5/6)