TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:31 +02:00
commit 3e43c11539
407 changed files with 51272 additions and 0 deletions
@@ -0,0 +1,43 @@
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<div class="typo3-install-container">
<div class="typo3-install-content">
<div class="typo3-install-content-header">
<img src="{f:uri.resource(path: 'EXT:core/Resources/Public/Images/typo3_light_dark.svg')}" width="130" class="logo" alt="TYPO3 logo" />
<h1>The Install Tool is locked</h1>
</div>
<div class="typo3-install-content-body">
<div class="callout callout-warning">
<div class="callout-content">
<div class="callout-title">The Install Tool is locked</div>
<div class="callout-body">
<ul>
<li>
<strong>If you are installing TYPO3</strong>, please create the file
<code>FIRST_INSTALL</code> in the document root of your web server.
New to TYPO3? We recommend reading the
<a href="https://docs.typo3.org/permalink/t3start:start" target="_blank" rel="noreferrer"><u>Getting Started Documentation</u></a>.
</li>
<li>
<strong>For an existing TYPO3 installation</strong>, please create the file
<code>ENABLE_INSTALL_TOOL</code> in the directory <code>{enableInstallToolPath}</code>.
</li>
</ul>
<p>
Either file must be writable by the web server user.
The filename is case-sensitive. The file can be empty.
</p>
<p>
<strong>Security note:</strong>
When you are finished with your task, you should rename or delete any <code>FIRST_INSTALL</code>
and <code>ENABLE_INSTALL_TOOL</code> files. They will automatically be deleted if you log out of
the Install Tool or if the file is older than one hour.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</html>