Project

General

Profile

Bug #22503 ยป 14191.diff

Administrator Admin, 2010-05-08 17:53

View differences:

typo3/install/index.php (Arbeitskopie)
'title' => 'The install tool is locked',
'content' => '
<p>
Fix: Create a file named <strong>ENABLE_INSTALL_TOOL</strong>
and put it into the folder <strong>typo3conf/</strong>
<br />
This file may simply be empty.
To enable access to the install tool, you have the following options:
</p>
<ul>
<li>
Create a file named <strong>ENABLE_INSTALL_TOOL</strong>
and put it into the folder <strong>typo3conf/</strong>.<br />
This file may simply be empty.
</li>
<li id="t3-install-locked-warning-use-user-settings">
Go to <a href="../sysext/setup/mod/index.php">User tools &gt; User settings</a> and let TYPO3 create this file for you.
</li>
</ul>
<p>
For security reasons, it is highly recommended to rename or
delete the file after the operation is finished.
typo3/stylesheets/install/install.css (Arbeitskopie)
background-color: #fbffb3;
border-color: #c4b70d;
}
.typo3-message ul {
padding-left: 20px;
}
.typo3-message a {
color: #212424;
}
.typo3-message a:hover {
color: #000000;
}
.standalone #t3-install-locked-warning-use-user-settings {
display: none;
}
    (1-1/1)