From 7bb61b3691c74bf67939739d8f93f2ef50ed51cf Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 15 Apr 2026 19:28:57 +0100 Subject: [PATCH] Update slug.php --- slug.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/slug.php b/slug.php index 0c12a4c..0e03a2d 100755 --- a/slug.php +++ b/slug.php @@ -392,6 +392,10 @@ addPlugins("pre_render",$resultInclude); if (class_exists("CocoDB") && isset(CocoDB::$force_redis_html) && CocoDB::$force_redis_html && @$hash){ CocoDB::cacheSet(@$hash,$resultInclude); } -echo $resultInclude; +if (strpos(".php on line", $resultInclude) === false){ + echo $resultInclude; +}else{ + echo "Error en la ruta solicitada."; +} ?>