Client API Endpoints only reachable by EZPPClient
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user