dolibarr/htdocs/public/error-404.php

37 lines
691 B
PHP
Raw Permalink Normal View History

2002-06-24 14:18:02 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
2021-02-26 18:58:34 +01:00
<title>Dolibarr 404 error page</title>
2002-06-24 14:18:02 +02:00
</head>
<body>
2021-02-26 18:58:34 +01:00
<div>
2021-02-26 18:58:34 +01:00
<!-- <div data-role="header" data-theme="b">
<h1>Introduction</h1>
<a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
</div>
-->
<div>
2021-02-26 18:58:34 +01:00
<h2>Error</h2>
2002-06-24 14:18:02 +02:00
2021-02-26 18:58:34 +01:00
<br>
You requested a website or a page that does not exists.
2002-06-24 14:18:02 +02:00
<br>
<br>
la pagina o el recurso solicitado no existe.
2021-02-26 18:58:34 +01:00
<br>
2022-07-22 19:25:15 +02:00
<?php print isset($_SERVER["HTTP_REFERER"]) ? 'You come from '.htmlentities($_SERVER["HTTP_REFERER"], ENT_COMPAT, 'UTF-8').'.' : ''; ?>
2002-06-24 14:18:02 +02:00
2021-02-26 18:58:34 +01:00
<hr>
2021-02-26 18:58:34 +01:00
</div>
</div>
2002-06-24 14:18:02 +02:00
</body>
</html>