Commit b70fc853 authored by Franco Fichtner's avatar Franco Fichtner

src: allow custom entries to set hostname; fixes #622

(even though it's not being used, garbage in -> garbage out)

(cherry picked from commit ca7602e8)
parent 4f6fb670
......@@ -189,7 +189,7 @@ include("head.inc");
document.getElementById("_urltr").style.display = '';
document.getElementById("_requestiftr").style.display = '';
document.getElementById("_curloptions").style.display = '';
document.getElementById("_hostnametr").style.display = 'none';
document.getElementById("_hostnametr").style.display = '';
document.getElementById("_mxtr").style.display = 'none';
document.getElementById("_wildcardtr").style.display = 'none';
document.getElementById("r53_zoneid").style.display='none';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment