Client API Endpoints only reachable by EZPPClient

This commit is contained in:
2021-05-25 18:29:54 +02:00
parent dca56f330f
commit 69ca2f91b9
2 changed files with 3 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ namespace EZPPClient_Installer
{
using (WebClient client = new WebClient())
{
client.Headers.Add("user-agent", "EZPPClientInstaller");
string newVersionString = client.DownloadString("https://new.ez-pp.farm/ezppclient?version");
double ver = 0;
try