Project

General

Profile

Bug #20878 » typo3_11710.diff

Administrator Admin, 2009-08-14 22:50

View differences:

typo3/install/index.php (working copy)
}
// Change 1==2 to 1==1 if you want to lock the Install Tool regardless of the file ENABLE_INSTALL_TOOL
if (1==2 || ($_SERVER['REMOTE_ADDR']!='127.0.0.1' && !is_file($enableInstallToolFile))) {
if (1==2) {
die(nl2br('<strong>The Install Tool is locked.</strong>
Fix: Create a file typo3conf/ENABLE_INSTALL_TOOL
(1-1/2)