Updated to latest WebServer Version

This commit is contained in:
Finn
2026-02-01 19:33:09 +01:00
parent c1c00cd697
commit e2fa68e96b
8 changed files with 90 additions and 20 deletions

View File

@@ -14,8 +14,6 @@ public class ins implements WebPage {
@Override
public WebResponsePacket handle(WebPageContext webPageContext) {
if (webPageContext.request.getPath().equalsIgnoreCase("ins.php"))
return HttpsProxy.proxyGet(webPageContext, "https://open-autonomous-connection.org/ins.php");
return null;
return HttpsProxy.proxyGet(webPageContext, "https://open-autonomous-connection.org/ins.php");
}
}