diff --git a/SVSMSP.ps1 b/SVSMSP.ps1 index 782740d..1bb8025 100644 --- a/SVSMSP.ps1 +++ b/SVSMSP.ps1 @@ -730,50 +730,26 @@ function GetHtmlContent { }); } if (installCyberQP.checked) { - const response = await fetch('/installCyberQP', { - method: 'GET', - headers: { 'Content-Type': 'application/json' } - }); appendLog("Installing CyberQP", "cyan"); } if (installSplashtop.checked) { - const response = await fetch('/installSplashtop', { - method: 'GET', - headers: { 'Content-Type': 'application/json' } - }); appendLog("Installing Splashtop", "cyan"); } if (installSVSHelpDesk.checked) { - const response = await fetch('/installSVSHelpDesk', { - method: 'GET', - headers: { 'Content-Type': 'application/json' } - }); appendLog("Installing SVSHelpdesk", "cyan"); } if (installSVSWatchtower.checked) { - const response = await fetch('/installSVSWatchtower', { - method: 'GET', - headers: { 'Content-Type': 'application/json' } - }); appendLog("Installing SVSWatchtower", "cyan"); } if (installThreatLocker.checked) { - const response = await fetch('/installThreatlocker', { - method: 'GET', - headers: { 'Content-Type': 'application/json' } - }); appendLog("Installing ThreatLocker", "cyan"); } if (installRocketCyber.checked) { - const response = await fetch('/installRocketCyber', { - method: 'GET', - headers: { 'Content-Type': 'application/json' } - }); appendLog("Installing RocketCyber", "cyan"); }