Project

General

Profile

Bug #21939 ยป bug_13201.diff

Administrator Admin, 2010-01-11 03:13

View differences:

typo3/sysext/reports/reports/status/class.tx_reports_reports_status_securitystatus.php Locally Modified (Based On LOCAL)
$enableInstallToolFileExists = is_file($enableInstallToolFile);
if ($enableInstallToolFileExists || ($enableInstallToolFileExists && trim(file_get_contents($enableInstallToolFile)) === 'KEEP_FILE')) {
// Check whether the file ENABLE_INSTALL_TOOL contains the string "KEEP_FILE" which permanently unlocks the install tool
if ($enableInstallToolFileExists && trim(file_get_contents($enableInstallToolFile)) === 'KEEP_FILE') {
$value = $GLOBALS['LANG']->getLL('status_enabled');
$severity = tx_reports_reports_status_Status::WARNING;
    (1-1/1)