From fea7b92687328b6287fa0afb712852e9aa5fa3fd Mon Sep 17 00:00:00 2001 From: v0id1st Date: Wed, 8 Oct 2025 13:41:25 +0200 Subject: [PATCH] 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
  • "; } ?>