noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 11/13: Security : check dossier access


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 11/13: Security : check dossier access
Date: Wed, 14 Oct 2015 21:38:33 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3711b7770b2ecbac265f5fe8d150b66b8b38534b
Author: Dany De Bontridder <address@hidden>
Date:   Wed Oct 14 18:43:47 2015 +0200

    Security : check dossier access
---
 html/show_document_modele.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/html/show_document_modele.php b/html/show_document_modele.php
index bafd8aa..61002b8 100644
--- a/html/show_document_modele.php
+++ b/html/show_document_modele.php
@@ -34,6 +34,8 @@ require_once NOALYSS_INCLUDE.'/class/class_user.php';
 global $g_user;
 $g_user=new User($cn);
 $g_user->Check();
+$g_user->check_dossier($gDossier);
+
 set_language();
 if ( $g_user->check_module("CFGDOC") == 0 ) exit();
 // retrieve the document



reply via email to

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