This commit is contained in:
Jordan
2026-04-15 19:53:33 +01:00
parent bd1386890b
commit e5948007da
2 changed files with 25 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ if (!@$apartado) {
if (strpos($resultInclude,".php on line ") === false){
echo $resultInclude;
}else{
echo error_html($resultInclude);
echo error_html($resultInclude,true);
}
die();
} else{