Clean files

This commit is contained in:
Laurent Destailleur 2008-08-29 19:58:09 +00:00
parent 93e76fa440
commit e20d13a31d
2 changed files with 22 additions and 9 deletions

View File

@ -0,0 +1,18 @@
<!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>

View File

@ -1,23 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Dolibarr</title>
<title>Dolibarr 404 error page</title>
</head>
<body>
<h2>Erreur 404</h2>
<h2>Error</h2>
<br>
La page demandée n'existe pas :
You requested a page that does not exists.
<br>
Vous venez de <?php print $_SERVER["HTTP_REFERER"] ?>.
You come from <?php print $_SERVER["HTTP_REFERER"] ?>.
<hr>
<!-- Created: Mon Jun 24 13:51:43 CEST 2002 -->
<!-- hhmts start -->
Last modified: Mon Jun 24 13:51:51 CEST 2002
<!-- hhmts end -->
</body>
</html>