Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mw committed Sep 20, 2022
1 parent 017c7cc commit 7ef85a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion search.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
$keywords = xss_clean($keywords);
$searchType = xss_clean($searchType);
}

$keywords = strip_tags($keywords);
$searchType = strip_tags($searchType);

?>
<?php if ($searchType == 'blog' OR $searchType == ''): ?>
Expand Down

0 comments on commit 7ef85a8

Please sign in to comment.