Fix icon URL in login
This commit is contained in:
parent
d156725bf7
commit
e66a35d156
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user