'; echo '

' . __('Register') . '

'; if (in_request("Action") == "NewAccount") { process_account_form("new", "NewAccount", in_request("U"), 1, 0, in_request("E"), '', '', in_request("R"), in_request("L"), in_request("I"), in_request("K"), in_request("PK")); } else { print __("Use this form to create an account."); display_account_form("NewAccount", "", "", "", "", "", "", "", $LANG); } echo ''; html_footer(AURWEB_VERSION); ?>