mirror of
https://github.com/itflow-org/itflow
synced 2026-03-17 19:24:50 +00:00
Tidy
This commit is contained in:
@@ -51,7 +51,6 @@ if (isset($_GET['q'])) {
|
|||||||
// Sortby
|
// Sortby
|
||||||
if (!empty($_GET['sb'])) {
|
if (!empty($_GET['sb'])) {
|
||||||
$sb = sanitizeInput(preg_replace('/[^a-z_]/', '', $_GET['sb']));
|
$sb = sanitizeInput(preg_replace('/[^a-z_]/', '', $_GET['sb']));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//$sb = $_GET['sb'];
|
//$sb = $_GET['sb'];
|
||||||
|
|||||||
Reference in New Issue
Block a user