noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 128/151: Security : add security


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 128/151: Security : add security
Date: Sat, 4 Feb 2017 17:14:33 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit b91280c0f5b2040844d04c523d7b3558ab61d1c0
Author: Rachel <address@hidden>
Date:   Fri Jan 13 17:08:12 2017 +0100

    Security : add security
    
    Signed-off-by: Dany De Bontridder <address@hidden>
---
 html/popup.php |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/html/popup.php b/html/popup.php
index 5f019d9..eda69a6 100644
--- a/html/popup.php
+++ b/html/popup.php
@@ -30,6 +30,9 @@ require_once NOALYSS_INCLUDE.'/class/class_periode.php';
 html_page_start($_SESSION['g_theme']);
 echo '<div style="float:left;">';
 global $g_user;
+$g_user->Check();
+$g_user->check_dossier(Dossier::id());
+
 if ( basename($_GET['op']) == 'history' )
   {
     $href=dossier::get();



reply via email to

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