mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
RCon error handling is clearer
Show chat on mobile view of server overview basic authentication switched to extreme-ip-lookup for ip lookups (SSL)
This commit is contained in:
@ -21,7 +21,7 @@ namespace WebfrontCore.Controllers
|
||||
|
||||
public IActionResult Error()
|
||||
{
|
||||
ViewBag.Description = "IW4MAdmin encountered and error";
|
||||
ViewBag.Description = "IW4MAdmin encountered an error";
|
||||
ViewBag.Title = "Error!";
|
||||
return View();
|
||||
}
|
||||
|
Reference in New Issue
Block a user