Bug #20686 » 11433_v3.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_writable($enableInstallTool)) {
|
||
// Extend the age of the ENABLE_INSTALL_TOOL file by one hour
|
||
touch ($enableInstallToolFile);
|
||
}
|
- « Previous
- 1
- 2
- 3
- 4
- Next »