19 lines
274 B
PHP
Raw Normal View History

2020-05-15 12:27:34 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Erreur</title>
</head>
<body>
<h1>ERREUR !!!!!</h1>
<?php
if (isset($msgError))
echo $msgError;
?>
</body>
</html>