TYPO3 CMS  TYPO3_6-2
InstallToolDisabled.phtml
Go to the documentation of this file.
1 <!DOCTYPE html>
2 <html>
3 <head>
4  <title>The Install Tool is locked</title>
5  <link rel="stylesheet" type="text/css" href="../Resources/Public/Stylesheets/Action/Common/EarlyExit.css?<?= $this->variables['time'] ?>" />
6 </head>
7 <body>
8 <div id="container">
9  <h1>TYPO3</h1>
10 
11  <div class="typo3-message message-warning">
12  <h2>The Install Tool is locked</h2>
13 
14  <p>
15  To enable the Install Tool, the file <strong>ENABLE_INSTALL_TOOL</strong>
16  must be created in the directory <strong>typo3conf/</strong>.
17  The file must be writable by the web server user.
18  The filename is case-sensitive but the file itself can be empty.
19  </p>
20 
21  <p>
22  <strong>Security note:</strong>
23  When you are finished with the Install Tool, you should rename or delete this file.
24  It will automatically be deleted if you log out of the Install Tool or if the file is older than one hour.
25  </p>
26  </div>
27 </div>
28 </body>
29 </html>