dasdas
This commit is contained in:
@@ -25,7 +25,7 @@ if (!@$apartado) {
|
||||
include "footer.php";
|
||||
$resultInclude = ob_get_clean();
|
||||
|
||||
if (detect_error_on_code($resultInclude)){
|
||||
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)){
|
||||
if (!detect_error_on_code($resultInclude)){
|
||||
echo $resultInclude;
|
||||
}else{
|
||||
echo error_html($resultInclude);
|
||||
|
||||
2
slug.php
2
slug.php
@@ -392,7 +392,7 @@ addPlugins("pre_render",$resultInclude);
|
||||
if (class_exists("CocoDB") && isset(CocoDB::$force_redis_html) && CocoDB::$force_redis_html && @$hash){
|
||||
CocoDB::cacheSet(@$hash,$resultInclude);
|
||||
}
|
||||
if (detect_error_on_code($resultInclude) ){
|
||||
if (!detect_error_on_code($resultInclude) ){
|
||||
echo $resultInclude;
|
||||
}else{
|
||||
echo error_html($resultInclude);
|
||||
|
||||
Reference in New Issue
Block a user