Commit b296fe3922bedb9a16d4d1469f866219ff50e8ee
1 parent
7a6bb6c0
Exists in
master
correções de segurança
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
classesphp/funcoes_gerais.php
... | ... | @@ -2737,6 +2737,7 @@ function cloneInlineSymbol($layern,$nmapa,$mapa){ |
2737 | 2737 | //recupera um mapfile armazenado no banco de dados de administracao |
2738 | 2738 | //ver admin/php/mapas.php salvaMapfile |
2739 | 2739 | function restauraMapaAdmin($id_mapa,$dir_tmp){ |
2740 | + return; | |
2740 | 2741 | include(dirname(__FILE__)."/../admin/php/conexao.php"); |
2741 | 2742 | if(!empty($esquemaadmin)){ |
2742 | 2743 | $esquemaadmin = str_replace(".","",$esquemaadmin)."."; | ... | ... |