Commit b9f45ca7a0b2168dd564e8e6d5fee89880ae652c

Authored by Edmar Moretti
1 parent 44550199

Resolvido o ticket 126

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
classesphp/mapa_inicia.php
@@ -222,6 +222,7 @@ function iniciaMapa() @@ -222,6 +222,7 @@ function iniciaMapa()
222 $res .= "var mensagens ='".$m->pegaMensagens()."';"; 222 $res .= "var mensagens ='".$m->pegaMensagens()."';";
223 $res .= "var kmlurl ='".$kmlurl."';"; 223 $res .= "var kmlurl ='".$kmlurl."';";
224 copy($map_file,(str_replace(".map","reinc.map",$map_file))); 224 copy($map_file,(str_replace(".map","reinc.map",$map_file)));
  225 + copy($map_file,(str_replace(".map","seguranca.map",$map_file)));
225 $cp->set_data(array("variaveis"=>$res,"temas"=>$temas)); 226 $cp->set_data(array("variaveis"=>$res,"temas"=>$temas));
226 } 227 }
227 ?> 228 ?>
228 \ No newline at end of file 229 \ No newline at end of file