Fixed a bug in keyword social.

This commit is contained in:
2023-07-23 08:19:35 -05:00
parent 1962838e77
commit b1eadbbe8b

View File

@ -1,5 +1,7 @@
<?php <?php
include_once "settings.php";
// Get and use a basic title search for pulling records. // Get and use a basic title search for pulling records.
$keywordsearch = htmlspecialchars($_GET["kw"]); $keywordsearch = htmlspecialchars($_GET["kw"]);