Remove check_str function call

This function has been deprecated.
This commit is contained in:
markjcrane
2025-11-01 20:55:23 -06:00
parent d97c3c5845
commit 1c61513e90
7 changed files with 36 additions and 32 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
}
//search term
$term = check_str($_GET['term']);
$term = $_GET['term'] ?? '';
if (isset($_GET['debug'])) {
echo "Search Term: ".escape($term)."<br><br>";
}