_rootDir . "languages/" . $settings->_language . "/lang.inc"; if (isset($_REQUEST["referuri"]) && strlen($_REQUEST["referuri"])>0) $referui = $_REQUEST["referuri"]; else $referui = ''; if (isset($_REQUEST["hash"]) && strlen($_REQUEST["hash"])>0) { $hash = $_REQUEST["hash"]; } else { header("Location: ../out/out.Login.php"); exit; } $tmp = explode('.', basename($_SERVER['SCRIPT_FILENAME'])); $view = UI::factory($theme, $tmp[1], array('dms'=>$dms, 'referui'=>$referui, 'hash'=>$hash, 'passwordstrength'=>$settings->_passwordStrength)); if($view) { $view->show(); exit; } ?>