diff --git a/htdocs/comm/propal/document.php b/htdocs/comm/propal/document.php index 3a71548c0a2..7bbd30ab4c3 100644 --- a/htdocs/comm/propal/document.php +++ b/htdocs/comm/propal/document.php @@ -19,6 +19,12 @@ * $Source$ */ require("./pre.inc.php"); + +$user->getrights('propale'); +if (!$user->rights->propale->lire) + accessforbidden(); + + require_once("../../propal.class.php3"); llxHeader();