Commit 47a30c6289ead9c1dbd428767830896b3fe9d607

Authored by Edmar Moretti
1 parent eb477cc2
Exists in master

Alteração do código para permitir o uso de interfaces que estejam apenas na pasta interface

Showing 2 changed files with 2 additions and 3 deletions   Show diff stats
interface/black_ol.htm
... ... @@ -231,7 +231,8 @@
231 231 i3GEO.Interface.openlayers.LAYERSADICIONAIS = [ eng, oce, ims, wsm, tms,
232 232 bra ];
233 233 })();
234   -
  234 + //i3GEO.configura.guardaExtensao = false;
  235 + //i3GEO.configura.mashuppar = "&mapext=-75 -22 -40 7";
235 236 i3GEO.inicia();
236 237 </script>
237 238 </body>
... ...
ms_criamapa.php
... ... @@ -733,8 +733,6 @@ function abreInterface($interface,$caminho,$tempo){
733 733 if (count(explode(".php",$interface)) > 1){
734 734 if(file_exists($caminho."interface/".$interface))
735 735 {include_once($caminho."interface/".$interface);}
736   - else
737   - {include_once($interface);}
738 736 exit;
739 737 }
740 738 else{
... ...