Created
October 7, 2016 10:34
-
-
Save Digi92/cc84af1f3da647f8b83c35c5523050aa to your computer and use it in GitHub Desktop.
Call the 404 Page Handling process.
Page-not-found handler for use in frontend plugins from extensions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** @var \TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController $GLOBALS['TSFE'] */ | |
| $GLOBALS['TSFE']->pageNotFoundAndExit(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment