noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 15/19: Security : direct access to GLOBALS


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 15/19: Security : direct access to GLOBALS
Date: Mon, 9 Sep 2019 13:55:00 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 708a8ea24afa4ae538fd95e57b1370e2dfa4a7ec
Author: Dany De Bontridder <address@hidden>
Date:   Mon Sep 9 08:16:26 2019 +0200

    Security : direct access to GLOBALS
---
 include/supplier.inc.php | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/include/supplier.inc.php b/include/supplier.inc.php
index 259ca12..5c29312 100644
--- a/include/supplier.inc.php
+++ b/include/supplier.inc.php
@@ -69,6 +69,7 @@ if ( isset($_POST['action_fiche'] ) )
 //-----------------------------------------------------
 if ( $low_action == "list" )
 {
+    $search=$http->get("query","string","");
 
     ?>
     <div class="content">
@@ -77,8 +78,7 @@ if ( $low_action == "list" )
        <?php
        echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>';
        echo dossier::hidden();
-    $a=(isset($_GET['query']))?$_GET['query']:"";
-    echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 
1,"query",$a);
+    echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 
1,"query",$search);
 
     $choice_cat=$http->request("choice_cat", "string",1);
     if ( $choice_cat == 1 )
@@ -107,7 +107,6 @@ if ( $low_action == "list" )
                                                                      </div>
                                                                      <?php
                                                                      
$supplier=new Supplier($cn);
-    $search=$http->get("query","string","");
     $sql="";
     if (isset($_GET['cat']))
     {



reply via email to

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