qol: formatting

This commit is contained in:
Gary Sharp
2025-07-20 13:47:56 +10:00
parent 49da389c2c
commit 5792771ea1
158 changed files with 693 additions and 679 deletions
@@ -67,7 +67,8 @@ namespace Disco.Web.Controllers
{
if (!Request.IsLocal && !ServerIsCoreSKU.Value && !("true".Equals(ConfigurationManager.AppSettings["DiscoAllowRemoteMaintenance"], StringComparison.OrdinalIgnoreCase)))
{
filterContext.Result = new ContentResult() {
filterContext.Result = new ContentResult()
{
Content = "Initial Configuration of Disco ICT is only allowed via a localhost connection",
ContentType = "text/plain"
};