Skip to content

Commit

Permalink
Update Telnet
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed May 13, 2024
1 parent 065219f commit f600e74
Show file tree
Hide file tree
Showing 7 changed files with 888 additions and 1,362 deletions.
2 changes: 0 additions & 2 deletions Protest/Front/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ const LOADER = {
"dhcpdiscover.js",
"ntpclient.js",
"telnet.js",
"terminal.js",
"wmi.js",
"snmp.js",
"speedtest.js",
Expand Down Expand Up @@ -321,7 +320,6 @@ const LOADER = {
case "NtpClient" : return new NtpClient(command.params);
case "SiteCheck" : return new SiteCheck(command.params);
case "Telnet" : return new Telnet(command.params);
case "Terminal" : return new Terminal(command.params);
case "Wmi" : return new Wmi(command.params);
case "Snmp" : return new Snmp(command.params);

Expand Down
Loading

0 comments on commit f600e74

Please sign in to comment.