noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 54/73: Security : Check the folder


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 54/73: Security : Check the folder
Date: Fri, 28 May 2021 05:26:43 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 60e7c0ef2bec69cb8ab1abeb0001580b07ecfcaf
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri May 7 15:56:53 2021 +0200

    Security : Check the folder
---
 html/compute.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/html/compute.php b/html/compute.php
index b6114eb..f6f0880 100644
--- a/html/compute.php
+++ b/html/compute.php
@@ -51,6 +51,8 @@ foreach (array('t','c','p','q','n','gDossier') as $a)
 $cn=Dossier::connect();
 $User=new User($cn);
 $User->Check();
+$User->check_dossier(Dossier::id());
+
 // Retrieve the rate of vat, it $t == -1 it means no VAT
 if ( $t != -1 && isNumber($t) == 1 )
 {



reply via email to

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