noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 79/119: protect


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 79/119: protect
Date: Mon, 26 Oct 2020 18:27:28 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 30ff1b125c8b84406dd0026918729bde521544ce
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Sun Oct 11 17:36:42 2020 +0200

    protect
---
 html/fid.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/fid.php b/html/fid.php
index 814a283..2b6c389 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))
     {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]