From e66a35d156f43bbe64c7d3f7ccc4a2e12cf931c3 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 7 Jun 2020 20:49:19 -0600 Subject: [PATCH] Fix icon URL in login --- api/login/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/login/index.php b/api/login/index.php index 667654e..9c06bc4 100644 --- a/api/login/index.php +++ b/api/login/index.php @@ -14,8 +14,10 @@ header('Access-Control-Allow-Origin: *'); $redirecttologin = false; +// Yeah you'll need to change these if you're using this. +// Sorry about that. $thisurl = "https://track.netsyms.com/api/login/index.php"; -$iconurl = "https://static.netsyms.net/images/products/machinemanager/logo.svg"; +$iconurl = "https://track.netsyms.com/static/img/logo.svg"; /** * Show a simple HTML page with a line of text and a button. Matches the UI of