Only allow state 1

This commit is contained in:
2026-01-31 00:50:39 -07:00
parent 9f9a65a6be
commit 739eadae51

View File

@@ -16,7 +16,7 @@ $onlyShowEnabled = isset($post['onlyShowEnabled']) ? (string) $post['onlyShowEna
$onlyShowValue = (string) $post['onlyShowValue'] ?? '';
$currentIcons = json_decode(base64_decode((string) ($post['currentIcons'] ?? 'W10K')));
$where = ["(state = 1 OR state = 2)"];
$where = ["state = 1"];
$params = [];
$types = "";
$order = match ($sortBy) {