diff --git a/htdocs/product/fiche.php3 b/htdocs/product/fiche.php3 index 26cd17a126c..e5ad338a118 100644 --- a/htdocs/product/fiche.php3 +++ b/htdocs/product/fiche.php3 @@ -29,10 +29,7 @@ $mesg = ''; if (!$user->rights->produit->lire) { - llxHeader(); - print "Accés non authorisé"; - llxFooter(); - exit; + accessforbidden(); } llxHeader();