Skip to content
Snippets Groups Projects
Commit b87d429e authored by rswindell's avatar rswindell
Browse files

Changed login command destination from system.inetaddr to system.host_name.

parent 86d1adcf
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ writeln("</td>");
writeln("<td align=right>");
writeln("<form>");
writeln("<input type=button value='Login' onClick='location=\"telnet://"
+ system.inetaddr + "\";'>");
+ system.host_name + "\";'>");
writeln("</form>");
writeln("</td>");
writeln("</tr>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment