From 1edd463e8392be94c7af5c1fefb703cb694eb9a2 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 28 Oct 2024 12:58:20 -0700 Subject: [PATCH] Try to fix title --- root/index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/root/index.php b/root/index.php index 52c286c..306e4cd 100644 --- a/root/index.php +++ b/root/index.php @@ -15,7 +15,11 @@ exit(0); } ?> - <?php $LIBRARY_INFO['name'] ?> + + <?php + echo htmlspecialchars($LIBRARY_INFO['name'], ENT_QUOTES | ENT_HTML5); + ?> +