Project

General

Profile

Bug #20686 » 11433_v2.diff

Administrator Admin, 2009-09-29 11:38

View differences:

typo3/sysext/install/mod/class.tx_install.php (working copy)
$this->passwordOK=1;
$enableInstallToolFile = PATH_typo3conf . 'ENABLE_INSTALL_TOOL';
if (is_file ($enableInstallToolFile)) {
if (is_file($enableInstallToolFile) && is_writable($enbleInstallTool)) {
// Extend the age of the ENABLE_INSTALL_TOOL file by one hour
touch ($enableInstallToolFile);
}
(3-3/4)