increase batch lifetime

This commit is contained in:
xiaomlove
2023-07-28 02:28:05 +08:00
parent ee3995a72c
commit a91060636f
3 changed files with 3 additions and 5 deletions

View File

@@ -154,7 +154,7 @@ if ($search && $count > 0) {
torrenttable(json_decode(json_encode($rows), true));
print($pagerbottom);
} else {
stdmsg($lang_torrents['std_search_results_for'] . $search . "\"",$lang_torrents['std_try_again']);
stdmsg($lang_torrents['std_search_results_for'] . htmlspecialchars($search) . "\"",$lang_torrents['std_try_again']);
}
print("</td></tr></table>");
stdfoot();