From 31db02946b16b1ee96544a0ef8208a08e07af315 Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Mon, 15 Dec 2025 18:49:55 -0500 Subject: [PATCH] Updated the search function (according chatgpt) --- www/lvlmai.php | 15 +++++++++------ www/{ => res}/chat.php | 0 www/{ => res}/chat1.php | 0 www/{ => res}/chat2.php | 0 www/{ => res}/chat3.php | 0 www/{ => res}/chat4.php | 0 6 files changed, 9 insertions(+), 6 deletions(-) rename www/{ => res}/chat.php (100%) rename www/{ => res}/chat1.php (100%) rename www/{ => res}/chat2.php (100%) rename www/{ => res}/chat3.php (100%) rename www/{ => res}/chat4.php (100%) diff --git a/www/lvlmai.php b/www/lvlmai.php index 89b477c..1ec1c4a 100644 --- a/www/lvlmai.php +++ b/www/lvlmai.php @@ -45,6 +45,9 @@ foreach ($filterOptions as $value => $trkey) { . ''; } error_log($optionsHtml); + +$dsearchHtml = htmlspecialchars($dsearch,ENT_QUOTES|ENT_SUBSTITUTE); + $debut=$offset+1; $STR = << @@ -80,12 +83,12 @@ $STR = <<
-Search - - - + Search + + +
diff --git a/www/chat.php b/www/res/chat.php similarity index 100% rename from www/chat.php rename to www/res/chat.php diff --git a/www/chat1.php b/www/res/chat1.php similarity index 100% rename from www/chat1.php rename to www/res/chat1.php diff --git a/www/chat2.php b/www/res/chat2.php similarity index 100% rename from www/chat2.php rename to www/res/chat2.php diff --git a/www/chat3.php b/www/res/chat3.php similarity index 100% rename from www/chat3.php rename to www/res/chat3.php diff --git a/www/chat4.php b/www/res/chat4.php similarity index 100% rename from www/chat4.php rename to www/res/chat4.php -- 2.47.3