From 6f783419a9603a87f6baf523ed5dd0e058b9a72d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 21 Aug 2005 12:10:05 +0000 Subject: [PATCH] Ajout gestion des permission --- htdocs/projet/tasks/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/projet/tasks/index.php b/htdocs/projet/tasks/index.php index 9b2c016975f..80a892cb017 100644 --- a/htdocs/projet/tasks/index.php +++ b/htdocs/projet/tasks/index.php @@ -30,6 +30,8 @@ require("./pre.inc.php"); +if (!$user->rights->projet->lire) accessforbidden(); + /* * Sécurité accés client */