Commit 403c01553f55bebef9ed7ed5c99dc04dd8e376ec
1 parent
ac55a6ca
Exists in
master
correção no código
Showing
3 changed files
with
6 additions
and
3 deletions
Show diff stats
README.md
... | ... | @@ -6,6 +6,8 @@ Arquivos antigos e outras informações, veja em: https://softwarepublico.gov.br |
6 | 6 | |
7 | 7 | Guia completo sobre instalação e administração do software, veja em: http://moodle.gvsig-training.com/mod/book/view.php?id=5025 |
8 | 8 | |
9 | +Sobre segurança: http://moodle.gvsig-training.com/mod/book/view.php?id=5025&chapterid=116 | |
10 | + | |
9 | 11 | # Guia rápido de instalação |
10 | 12 | |
11 | 13 | ## Windows | ... | ... |
classesphp/pega_variaveis.php
ogc.php
... | ... | @@ -308,9 +308,7 @@ else{ |
308 | 308 | } |
309 | 309 | foreach ($tema as $tx){ |
310 | 310 | $extensao = ".map"; |
311 | - if($temai3geo == true && file_exists($locaplic."/temas/".$tx.".php")){ | |
312 | - $extensao = ".php"; | |
313 | - } | |
311 | + | |
314 | 312 | if($temai3geo == true && file_exists($locaplic."/temas/".$tx.".gvp")){ |
315 | 313 | $extensao = ".gvp"; |
316 | 314 | } | ... | ... |