<?php include_once '../doc-typo3-funcs.php'; $doxygen_vars = array( "title" => "TYPO3 4.0.1: typo3_src-4.0.1/typo3/sysext/beuser/ext_localconf.php Source File", "datetime" => "Sat Dec 2 19:22:27 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?> <!-- Generated by Doxygen 1.4.6 --> <div class="tabs"> <ul> <li><a href="main.html"><span>Main Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="classes.html"><span>Classes</span></a></li> <li id="current"><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> <li><a href="pages.html"><span>Related Pages</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <form action="search.php" method="get"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td><label> <u>S</u>earch for </label></td> <td><input type="text" name="query" value="" size="20" accesskey="s"/></td> </tr> </table> </form> </li> </ul></div> <div class="nav"> <a class="el" href="dir_c8daf1ad746050abf985cc546c89e248.html">typo3_src-4.0.1</a> » <a class="el" href="dir_18071ae4545d8b3e0364d30c0659c74a.html">typo3</a> » <a class="el" href="dir_57bf1ed8249c1fd5b014486d01bcb27a.html">sysext</a> » <a class="el" href="dir_bb4ca514b58a99bbe0aa8bf10be1acaa.html">beuser</a></div> <h1>ext_localconf.php</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <?php <a name="l00002"></a>00002 <span class="keywordflow">if</span> (!defined ('TYPO3_MODE')) die ('Access denied.'); <a name="l00003"></a>00003 <a name="l00004"></a>00004 require_once(<a class="code" href="classt3lib__extMgm.html#f395b211d97293002bbf92c3802392f5">t3lib_extMgm::extPath</a>('beuser').'<span class="keyword">class</span>.<a class="code" href="classtx__beuser__switchbackuser.html">tx_beuser_switchbackuser</a>.php'); <a name="l00005"></a>00005 <a name="l00006"></a>00006 $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/<span class="keyword">class</span>.t3lib_userauth.php']['logoff_pre_processing'][] = '<a class="code" href="classtx__beuser__switchbackuser.html">tx_beuser_switchbackuser</a>->switchBack'; <a name="l00007"></a>00007 ?> </pre></div><?php include_once '../doc-typo3-funcs.php'; get_footer(); ?>