TYPO3 CMS  TYPO3_6-2
logout.php
Go to the documentation of this file.
1 <?php
21 require __DIR__ . '/init.php';
22 
23 $logoutController = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\Controller\\LogoutController');
24 $logoutController->logout();
$logoutController
Definition: logout.php:23