% include("language.html") if _SESSION["logined"] ~= nil then %> <% local result = nil local name = nil if _GET["name"] ~= nil then name = _GET["name"] result = c_GetSSHKey(name) if result == nil then print("") exit() end end %>
<%=LANG["str_key_name"]%>: | style="width:200px;"> |
<%=LANG["str_sshkey_path"]%>: | "> |
<%=LANG["str_password2"]%>: | "> |