diff --git a/lam/graphics/logo_192x192.png b/lam/graphics/logo_192x192.png new file mode 100644 index 00000000..c72dced7 Binary files /dev/null and b/lam/graphics/logo_192x192.png differ diff --git a/lam/graphics/logo_512x512.png b/lam/graphics/logo_512x512.png new file mode 100644 index 00000000..db6ff485 Binary files /dev/null and b/lam/graphics/logo_512x512.png differ diff --git a/lam/templates/login.php b/lam/templates/login.php index c28ac82b..2188a989 100644 --- a/lam/templates/login.php +++ b/lam/templates/login.php @@ -164,6 +164,10 @@ $_SESSION['header'] = "\n\n"; $_SESSION['header'] .= "\n"; $_SESSION['header'] .= "\n "; +$manifestUrl = str_replace('/templates/login.php', '', getCallingURL()); +$manifestUrl = preg_replace('/http(s)?:\\/\\/([^\\/])+/', '', $manifestUrl); +$manifestUrl = preg_replace('/\\?.*/', '', $manifestUrl); +$_SESSION['header'] .= ''; /** * Displays the login window. diff --git a/lam/templates/manifest.php b/lam/templates/manifest.php new file mode 100644 index 00000000..0cf1f56c --- /dev/null +++ b/lam/templates/manifest.php @@ -0,0 +1,62 @@ +