Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/Concepts/Backend/AdminTools/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ write access to the file. You can create it like this on:

touch config/ENABLE_INSTALL_TOOL

See also :confval:`TYPO3 Explained, ENABLE_INSTALL_TOOL <t3coreapi:flag-file-enable-install-tool>`.
See also :ref:`TYPO3 Explained, ENABLE_INSTALL_TOOL <t3coreapi:file-config-enable-install-tool>`.

You **must** now enter the Install Tool password. If you do not know the install
tool password you can generate a new one by entering the desired password.
Expand All @@ -74,7 +74,7 @@ Open file :file:`config/system/settings.php` and adjust the Install tool
password like so:

.. code-block:: diff
:caption: config/system/settings.php (Diference)
:caption: config/system/settings.php (Difference)

<?php
return [
Expand Down