Bug #20686 » 11433_v2.diff
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);
|
||
}
|