From 30ff1b125c8b84406dd0026918729bde521544ce Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 11 Oct 2020 17:36:42 +0200 Subject: [PATCH] protect --- html/fid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/fid.php b/html/fid.php index 814a28376..2b6c38964 100644 --- a/html/fid.php +++ b/html/fid.php @@ -115,7 +115,7 @@ if ( isset($_SESSION['isValid']) && $_SESSION['isValid'] == 1) from vw_fiche_attr where quick_code=upper($1)". $filter_card; - $array=$cn->get_array($sql, array($_REQUEST['FID'])); + $array=$cn->get_array($sql, array($hi->request('FID'))); if ( empty($array)) {