%
include("language.html")
if _SESSION["logined"] ~= nil then
%>
<%
if _GET["domain"] ~= nil then
local domain = _GET["domain"]
local method = c_AccessDataWay(domain)
local dsn_password = c_GetOptionStr(domain,DOPTION_DSN_PASSWORD_STR)
local mysql_password = c_GetOptionStr(domain,DOPTION_MYSQL_PASSWORD_STR)
local ldap_password = c_GetOptionStr(domain,DOPTION_LDAP_BINDPASS_STR)
if _SESSION["admin_readonly"] ~= nil and _SESSION["admin_readonly"] == 1 then
dsn_password = ""
mysql_password = ""
ldap_password = ""
end
%>