View Single Post
  #2  
Old 05-06-2011, 08:04 PM
Bamzal
Sarnak
 
Join Date: Nov 2002
Location: https://discord.gg/ngqrDtyVe6
Posts: 33
Default

Looks like the same is done with the TELNET service also:
Code:
		text = sub_ele->Attribute("telnet");
		if (text && !strcasecmp(text,"enabled"))
			TelnetEnabled=true;
Odd
Reply With Quote