From 614b173817fa0dc911568b3c12c5ddda33fc4aa0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 23 Mar 2003 15:22:32 +0000 Subject: [PATCH] Ajout fonction accesforbidden --- htdocs/lib/functions.inc.php3 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/htdocs/lib/functions.inc.php3 b/htdocs/lib/functions.inc.php3 index 0a377d27404..07b03f41ff6 100644 --- a/htdocs/lib/functions.inc.php3 +++ b/htdocs/lib/functions.inc.php3 @@ -25,6 +25,14 @@ $yn[0] = "non"; $yn[1] = "oui"; +function accessforbidden() +{ + llxHeader(); + print "Accés interdit"; + llxFooter(); + exit(0); +} + function transcoS2L($zonein,$devise) { // Open source offert par alainfloch@free.fr 28/10/2001, sans garantie.