Skip to content

Commit

Permalink
[TASK] Remove unnecessary back tick
Browse files Browse the repository at this point in the history
Revert back tick that was introduced in commit 3b03ef4

Releases: master
Resolves: #95018
Change-Id: I0ceb8c8f46a2bdd601d9ce0b250fda94e12e3735
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70800
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
Simon Schaufelberger authored and lolli42 committed Aug 27, 2021
1 parent 6cfc1a1 commit 9722ab4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -83,7 +83,7 @@ security gate as first line. This typically looks like::
These calls should be changed to use the new constant :php:`TYPO3` instead. It is simply defined
to :php:`true` in early TYPO3 bootstrap and can be used for this purpose::

`defined('TYPO3') or die();
defined('TYPO3') or die();


Other usages of :php:`TYPO3_MODE` and :php:`TYPO3_REQUESTTYPE` in bootstrap script files
Expand Down

0 comments on commit 9722ab4

Please sign in to comment.