2009-02-17 13:14:53 +00:00
|
|
|
<?
|
|
|
|
if (!isset($message)) $message="Erreur inconnue";
|
|
|
|
?>
|
|
|
|
<html>
|
|
|
|
<head>
|
2010-02-10 17:27:03 +00:00
|
|
|
<title>Extranet Scores & Décisions</title>
|
2009-02-17 13:14:53 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h4><?=$message?></h4>
|
2010-02-10 17:27:03 +00:00
|
|
|
<h5>Cliquez <a href="javascript:history.back()">ici</a> pour revenir à la page précédente !</h5>
|
2009-02-17 13:14:53 +00:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
<?
|
|
|
|
die();
|
|
|
|
?>
|