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

19 lines
325 B
PHP

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Dolibarr 401 error page</title>
</head>
<body>
<h1>Error</h1>
<br>
Sorry. You are not allowed to access this resource.
<br>
You come from <?php print $_SERVER["HTTP_REFERER"] ?>.
<hr>
</body>
</html>