Project

General

Profile

Bug #20686 » 11433_v3.diff

Administrator Admin, 2009-09-29 13:11

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_writable($enableInstallTool)) {
// Extend the age of the ENABLE_INSTALL_TOOL file by one hour
touch ($enableInstallToolFile);
}
(4-4/4)