remove create proxy as it's not even used anymore
more fixes for alias stuff hopefully fix rare bug where client activity cshtml loop goes oob add URLProtocol format to event parsers to allow connecting through webfront
This commit is contained in:
@ -11,7 +11,7 @@ namespace WebfrontCore.Controllers
|
||||
[ResponseCache(NoStore = true, Duration = 0)]
|
||||
public IActionResult ClientActivity(long id)
|
||||
{
|
||||
var s = Manager.GetServers().FirstOrDefault(s2 => s2.EndPoint == id);
|
||||
var s = Manager.GetServers().FirstOrDefault(_server => _server.EndPoint == id);
|
||||
|
||||
if (s == null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user