mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
increase batch lifetime
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user