From df15387f8466195d557bed7e0b3adec5f97d90f7 Mon Sep 17 00:00:00 2001 From: v0id1st Date: Wed, 8 Oct 2025 13:44:16 +0200 Subject: [PATCH] escape xd --- users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users.php b/users.php index ed6dd12..9121e9b 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
  • "; } ?>