Fix icon URL in login

This commit is contained in:
Skylar Ittner 2020-06-07 20:49:19 -06:00
parent d156725bf7
commit e66a35d156

View File

@ -14,8 +14,10 @@ header('Access-Control-Allow-Origin: *');
$redirecttologin = false; $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"; $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 * Show a simple HTML page with a line of text and a button. Matches the UI of