From 5cb50e9406e610bddc734027facf62cebccf0b62 Mon Sep 17 00:00:00 2001 From: Steve <4391026+torvista@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:02:56 +0200 Subject: [PATCH 1/4] add lang tag --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index 975007a1..84c5af68 100644 --- a/www/index.php +++ b/www/index.php @@ -9,7 +9,7 @@ if (!empty($_GET['q'])) { } ?> - + From ad4336e8d9cf09dad80555a2663f540572b43169 Mon Sep 17 00:00:00 2001 From: Steve <4391026+torvista@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:03:12 +0200 Subject: [PATCH 2/4] add generic font family --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index 84c5af68..9a25dfe3 100644 --- a/www/index.php +++ b/www/index.php @@ -28,7 +28,7 @@ if (!empty($_GET['q'])) { margin: 0; min-height: 100vh; font-weight: 100; - font-family: 'Karla'; + font-family: 'Karla', sans-serif; font-size: 18px; } From a032749a10c8ff5929d93ccc77424edde5881b57 Mon Sep 17 00:00:00 2001 From: Steve <4391026+torvista@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:03:32 +0200 Subject: [PATCH 3/4] use constant --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index 9a25dfe3..b19b67fb 100644 --- a/www/index.php +++ b/www/index.php @@ -125,7 +125,7 @@ if (!empty($_GET['q'])) {

- PHP version: info + PHP version: info

Document Root: From f08ce40652261fe521f896ddbf23411f0ef24555 Mon Sep 17 00:00:00 2001 From: Steve <4391026+torvista@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:04:02 +0200 Subject: [PATCH 4/4] glob never returns NULL --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index b19b67fb..09f8d343 100644 --- a/www/index.php +++ b/www/index.php @@ -136,7 +136,7 @@ if (!empty($_GET['q'])) {