Clean files
This commit is contained in:
parent
93e76fa440
commit
e20d13a31d
18
htdocs/public/error-401.php
Normal file
18
htdocs/public/error-401.php
Normal 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>
|
||||||
@ -1,23 +1,18 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Dolibarr</title>
|
<title>Dolibarr 404 error page</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h2>Erreur 404</h2>
|
<h2>Error</h2>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
La page demandée n'existe pas :
|
You requested a page that does not exists.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
Vous venez de <?php print $_SERVER["HTTP_REFERER"] ?>.
|
You come from <?php print $_SERVER["HTTP_REFERER"] ?>.
|
||||||
|
|
||||||
<hr>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user