This commit is contained in:
johnnyq 2023-05-09 15:13:44 -04:00
parent 163f14e791
commit 8d666abc40
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ if (isset($_GET['q'])) {
// Sortby
if (!empty($_GET['sb'])) {
$sb = sanitizeInput(preg_replace('/[^a-z_]/', '', $_GET['sb']));
}
//$sb = $_GET['sb'];