Changed $srchflags to grab $_REQUEST instead of $_POST

This commit is contained in:
2026-03-02 14:16:20 -05:00
parent 5d3296c3bc
commit c17c4d4608

View File

@@ -34,7 +34,7 @@ $srchpname = $_REQUEST['srchpname'] ?? NULL;
$srchploc = $_REQUEST['srchploc'] ?? NULL;
$srchnha = $_REQUEST['srchnha'] ?? NULL;
$srchrepord = $_REQUEST['srchrepord'] ?? NULL;
$srchflags = $_POST['srchflags'] ?? [];
$srchflags = $_REQUEST['srchflags'] ?? [];
$target = $_REQUEST['target'] ?? ["log", "maintform", "part"];
$doparts = PARTS_FUNCTIONS;