Commit c4a705af0110d7e37192e10e3bb2d621d77c2ad5

Authored by Edmar Moretti
1 parent f9a21023

--no commit message

classesphp/funcoes_gerais.php
... ... @@ -2694,6 +2694,7 @@ function echojson($a)
2694 2694 {
2695 2695 //ob_clean();
2696 2696 error_reporting(0);
  2697 + ob_end_clean();
2697 2698 if(extension_loaded('zlib'))
2698 2699 {ob_start('ob_gzhandler');}
2699 2700 header("Content-type: text/html");
... ...
interface/openlayers.htm
... ... @@ -284,6 +284,7 @@ i3GEO.finaliza = function(){
284 284 }
285 285 i3GEO.arvoreDeTemas.OPCOESADICIONAIS.navegacaoDir = true;
286 286 //OpenLayers.DOTS_PER_INCH = 96
  287 +//i3GEO.configura.sid = "";
287 288 i3GEO.inicia();
288 289 </script>
289 290 </body>
... ...