mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 08:38:19 -05:00
fixed misc issues and added stats page to webfront
This commit is contained in:
@ -18,7 +18,8 @@ namespace SharedLibrary
|
||||
public struct HttpResponse
|
||||
{
|
||||
public string contentType;
|
||||
public string content;
|
||||
public object content;
|
||||
public byte[] BinaryContent;
|
||||
public Dictionary<string, string> additionalHeaders;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user