TYPO3 CMS  TYPO3_6-2
OpenidReturn.php
Go to the documentation of this file.
1 <?php
2 namespace TYPO3\CMS\Openid;
3 
22 class OpenidReturn {
23 
29  public function main() {
30  if ($GLOBALS['BE_USER']->user['uid']) {
32  $backendURL = \TYPO3\CMS\Core\Utility\GeneralUtility::getIndpEnv('TYPO3_SITE_URL') . TYPO3_mainDir . 'backend.php';
34  }
35  }
36 
37 }
static redirect($url, $httpStatus=self::HTTP_STATUS_303)
Definition: HttpUtility.php:76
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]