From e19a66ff6230cd9512e40efa525e33ed7065cf32 Mon Sep 17 00:00:00 2001 From: Smoorg Date: Wed, 8 Oct 2025 12:15:32 +0200 Subject: [PATCH 1/2] users tab --- header.php | 1 + users.php | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 users.php diff --git a/header.php b/header.php index df013dd..5747785 100644 --- a/header.php +++ b/header.php @@ -13,4 +13,5 @@ wiki git dołącz + użytkownicy diff --git a/users.php b/users.php new file mode 100644 index 0000000..f861d39 --- /dev/null +++ b/users.php @@ -0,0 +1,19 @@ + +
+Lista użytkowników i linki do ich blogów + +
From fea7b92687328b6287fa0afb712852e9aa5fa3fd Mon Sep 17 00:00:00 2001 From: v0id1st Date: Wed, 8 Oct 2025 13:41:25 +0200 Subject: [PATCH 2/2] link --- users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users.php b/users.php index f861d39..ed6dd12 100644 --- a/users.php +++ b/users.php @@ -9,7 +9,7 @@ $host=htmlspecialchars($_SERVER['SERVER_NAME']); //$host=""; foreach (scandir("/home/") as $file) { if (in_array($file, array('.', '..'))) continue; - echo "
  • ~$file
  • "; + echo "
  • ~$file
  • "; } ?>