" . gettext("The changes must be applied for them to take effect") . ".
" . gettext("Warning: this will terminate all current L2TP sessions!") . "");
}
$tab_array = array();
$tab_array[] = array(gettext("Configuration"), false, "vpn_l2tp.php");
$tab_array[] = array(gettext("Users"), true, "vpn_l2tp_users.php");
display_top_tabs($tab_array);
?>