agregar un mensaje de error traducido al espanol

This commit is contained in:
Antonio 2022-07-30 12:12:19 -05:00
parent 8b813d211b
commit 1769530cfd
2 changed files with 9 additions and 0 deletions

View File

@ -20,6 +20,11 @@
<br>
Sorry. You are not allowed to access this resource.
<br>
<br>
No esta autorizado para acceder a este recurso.
<br>
<?php print isset($_SERVER["HTTP_REFERER"]) ? 'You come from '.htmlentities($_SERVER["HTTP_REFERER"], ENT_COMPAT, 'UTF-8').'.' : ''; ?>

View File

@ -20,6 +20,10 @@
<br>
You requested a website or a page that does not exists.
<br>
<br>
la pagina o el recurso solicitado no existe.
<br>
<?php print isset($_SERVER["HTTP_REFERER"]) ? 'You come from '.htmlentities($_SERVER["HTTP_REFERER"], ENT_COMPAT, 'UTF-8').'.' : ''; ?>