dolibarr/htdocs/public/error-404.php
Laurent Destailleur e20d13a31d Clean files
2008-08-29 19:58:09 +00:00

19 lines
316 B
PHP

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Dolibarr 404 error page</title>
</head>
<body>
<h2>Error</h2>
<br>
You requested a page that does not exists.
<br>
You come from <?php print $_SERVER["HTTP_REFERER"] ?>.
<hr>
</body>
</html>