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

Removed the "java irc" link under "additional services" - this sub-dir isn't

in CVS.
parent 76ca4eea
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ if(do_leftnav)
template.additional_services+='[' + ("telnet".link("telnet://"+host +telnet_port)) + '] ';
template.additional_services+='[' + ("rlogin".link("rlogin://"+host +rlogin_port)) + '] ';
template.additional_services+='[' + ("ftp".link("ftp://"+host +ftp_port)) + '] ';
template.additional_services+='[' + ("java irc".link("irc/")) + '] ';
// template.additional_services+='[' + ("java irc".link("irc/")) + '] ';
template.additional_services+='[' + ("irc".link("irc://"+host +irc_port)) + '] ';
template.additional_services+='[' + ("news".link("news://"+host +nntp_port)) + '] ';
template.additional_services+='[' + ("gopher".link("gopher://"+host +gopher_port)) + '] ';
......
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