error html
This commit is contained in:
4
slug.php
4
slug.php
@@ -392,10 +392,10 @@ addPlugins("pre_render",$resultInclude);
|
||||
if (class_exists("CocoDB") && isset(CocoDB::$force_redis_html) && CocoDB::$force_redis_html && @$hash){
|
||||
CocoDB::cacheSet(@$hash,$resultInclude);
|
||||
}
|
||||
if (strpos(".php on line", $resultInclude) === false){
|
||||
if (strpos($resultInclude,".php on line ") === false){
|
||||
echo $resultInclude;
|
||||
}else{
|
||||
echo "Error en la ruta solicitada.";
|
||||
echo error_html($resultInclude);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user