change file

turn test images on
This commit is contained in:
Jake Visser 2017-07-05 15:21:23 -07:00
commit f6be207915
3 changed files with 4 additions and 0 deletions

View file

@ -13,6 +13,10 @@ namespace qcbadge.Controllers
if ((String.Compare(Startup.scode, s, true) == 0))
{
ViewData["Message"] = "";
ViewData["0"] = 1;
ViewData["1"] = 1;
ViewData["38"] = 1;
return View();
}
else { return StatusCode(401); }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB