From 6cd37bd2c1a1956d611154823b9b0a6912075cc0 Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 15 Apr 2026 19:53:58 +0100 Subject: [PATCH] Update funciones.php --- funciones.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/funciones.php b/funciones.php index 989a51f..5ab67bd 100755 --- a/funciones.php +++ b/funciones.php @@ -311,6 +311,7 @@ function error_html($error, $a404 = false) { '; + $message = $a404 ? "Página no encontrada" : "Error en la página"; if ($a404){ $icon = ' @@ -326,7 +327,7 @@ function error_html($error, $a404 = false) {
'.$icon.' -

Se han encontrado errores en la página.

+

'.$message.'

Por favor, contacte con el administrador del sitio.
';