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