mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 00:28:10 -05:00
fix most played formatting issue
prevent reverse proxy to 127.0.0.1 from counting as IW4MAdmin client copy humanizer support lib to output dir
This commit is contained in:
@ -108,7 +108,7 @@ namespace SharedLibraryCore
|
||||
}
|
||||
|
||||
// give the local host full access
|
||||
else
|
||||
else if (!HttpContext.Request.Headers.ContainsKey("X-Forwarded-For"))
|
||||
{
|
||||
Client.ClientId = 1;
|
||||
Client.Level = EFClient.Permission.Console;
|
||||
|
Reference in New Issue
Block a user