* @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ // do we allow access only to authentified users if(defined('FORCE_PUBLIC_AUTH') && FORCE_PUBLIC_AUTH == 1) { if(!$l21auth->isAuthenticated() && ActiveItemKey($_REQUEST['rub'])!='user-prefs' && ActiveItemKey($_REQUEST['rub'])!='forgot-password') { header("Location: ".CURRENT_APP_URL."index.php?rub=".$GLOBALS['links'][U_L]['user-prefs']['linkvalue']); exit; } } include_once('../class/class.page.php'); include_once(override('../page/display.php')); include_once(override('../page/'.SQL.'.inc.php')); if(isset($debugbar)) { $debugbar['time']->startMeasure('header', '... loading Header files'); } ?> stopMeasure('header'); ?>