This commit is contained in:
Jordan
2026-04-15 19:58:40 +01:00
parent 4f78c9276e
commit f64a790b9b
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ if (!@$apartado) {
include "footer.php";
$resultInclude = ob_get_clean();
if (detect_error_on_code($resultInclude) === false){
if (detect_error_on_code($resultInclude)){
echo $resultInclude;
}else{
echo error_html($resultInclude,true);
@@ -47,7 +47,7 @@ if (!@$apartado) {
$resultInclude = ob_get_clean();
if (detect_error_on_code($resultInclude) === false){
if (detect_error_on_code($resultInclude)){
echo $resultInclude;
}else{
echo error_html($resultInclude);