From: Jean-Marc Pigeon Date: Mon, 15 Dec 2025 23:49:55 +0000 (-0500) Subject: Updated the search function (according chatgpt) X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=31db02946b16b1ee96544a0ef8208a08e07af315;p=jmp%2Fmailleur Updated the search function (according chatgpt) --- 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