Utilisation de accessforbidden

This commit is contained in:
Rodolphe Quiedeville 2003-08-06 12:26:52 +00:00
parent b356331ab2
commit a13b1340cc

View File

@ -29,10 +29,7 @@ $mesg = '';
if (!$user->rights->produit->lire)
{
llxHeader();
print "Accés non authorisé";
llxFooter();
exit;
accessforbidden();
}
llxHeader();