diff --git a/classesphp/funcoes_gerais.php b/classesphp/funcoes_gerais.php index 410cab0..30dd943 100644 --- a/classesphp/funcoes_gerais.php +++ b/classesphp/funcoes_gerais.php @@ -2694,6 +2694,7 @@ function echojson($a) { //ob_clean(); error_reporting(0); + ob_end_clean(); if(extension_loaded('zlib')) {ob_start('ob_gzhandler');} header("Content-type: text/html"); diff --git a/interface/openlayers.htm b/interface/openlayers.htm index f53a97d..2d7503a 100644 --- a/interface/openlayers.htm +++ b/interface/openlayers.htm @@ -284,6 +284,7 @@ i3GEO.finaliza = function(){ } i3GEO.arvoreDeTemas.OPCOESADICIONAIS.navegacaoDir = true; //OpenLayers.DOTS_PER_INCH = 96 +//i3GEO.configura.sid = ""; i3GEO.inicia(); -- libgit2 0.21.2