Commit b9f45ca7a0b2168dd564e8e6d5fee89880ae652c
1 parent
44550199
Exists in
master
and in
7 other branches
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 | 222 | $res .= "var mensagens ='".$m->pegaMensagens()."';"; |
| 223 | 223 | $res .= "var kmlurl ='".$kmlurl."';"; |
| 224 | 224 | copy($map_file,(str_replace(".map","reinc.map",$map_file))); |
| 225 | + copy($map_file,(str_replace(".map","seguranca.map",$map_file))); | |
| 225 | 226 | $cp->set_data(array("variaveis"=>$res,"temas"=>$temas)); |
| 226 | 227 | } |
| 227 | 228 | ?> |
| 228 | 229 | \ No newline at end of file | ... | ... |