31 public function render($conf = array()) {
33 if (is_array($conf)) {
34 $isExecuted = array();
35 foreach ($conf as $theKey => $theValue) {
36 $register = rtrim($theKey,
'.');
37 if (!$isExecuted[$register]) {
38 $registerProperties = $register .
'.';
39 if (isset($conf[$register]) && isset($conf[$registerProperties])) {
40 $theValue = $this->cObj->stdWrap($conf[$register], $conf[$registerProperties]);
41 } elseif (isset($conf[$registerProperties])) {
42 $theValue = $this->cObj->stdWrap(
'', $conf[$registerProperties]);
44 $GLOBALS[
'TSFE']->register[$register] = $theValue;
45 $isExecuted[$register] = TRUE;
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]