Commit be901b4e4197917f519590afe6cdf7425ed82f35
1 parent
d7e60c3d
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
ms_criamapa.php
... | ... | @@ -441,8 +441,6 @@ Essa função pode ser comentada sem prejuízos ao funcionamento do I3Geo. |
441 | 441 | Só opera corretamente se a rotina de registro tiver sido configurada corretamente. |
442 | 442 | */ |
443 | 443 | require_once($caminho."ms_registraip.php"); |
444 | - | |
445 | -echo "<br><br><span style='color:gray' >segundos: ".((microtime(1) - $tempo)); | |
446 | 444 | /* |
447 | 445 | Note: Gera a url para abrir o mapa |
448 | 446 | |
... | ... | @@ -450,6 +448,7 @@ interface = arquivo html que será aberto |
450 | 448 | */ |
451 | 449 | if ($interface != "mashup") |
452 | 450 | { |
451 | + echo "<br><br><span style='color:gray' >segundos: ".((microtime(1) - $tempo)); | |
453 | 452 | if (count(explode(".php",$interface)) > 1) |
454 | 453 | { |
455 | 454 | if (file_exists($caminho."aplicmap/".$interface)) | ... | ... |