15 lines
293 B
PHP
15 lines
293 B
PHP
|
<?
|
|||
|
if (!isset($message)) $message="Erreur inconnue";
|
|||
|
?>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<title>Extranet Scores & D<EFBFBD>cisions</title>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<h4><?=$message?></h4>
|
|||
|
<h5>Cliquez <a href="javascript:history.back()">ici</a> pour revenir <EFBFBD> la page pr<EFBFBD>c<EFBFBD>dente !</h5>
|
|||
|
</body>
|
|||
|
</html>
|
|||
|
<?
|
|||
|
die();
|
|||
|
?>
|