Files
dolibarr/htdocs/public/error-401.php
Laurent Destailleur 317d5a6ea9 New: Add a first version of a Paybox module
Qual: Renamed directories in public in english
2009-02-11 20:44:00 +00:00

19 lines
367 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>
<?php print isset($_SERVER["HTTP_REFERER"])?'You come from '.$_SERVER["HTTP_REFERER"].'.':''; ?>
<hr>
</body>
</html>