Commit 539003453cb40cd06e4114d5b1005c6ace8ea20c
1 parent
b8d6c426
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
ferramentas/parametrossql/ogc.php
| ... | ... | @@ -13,6 +13,12 @@ include(dirname(__FILE__)."/../../ms_configura.php"); |
| 13 | 13 | include(dirname(__FILE__)."/../../classesphp/pega_variaveis.php"); |
| 14 | 14 | include(dirname(__FILE__)."/../../classesphp/funcoes_gerais.php"); |
| 15 | 15 | $temas = $tema; |
| 16 | +if(isset($_GET["sld"]) || isset($_GET["filter"])){ | |
| 17 | + $cache = false; | |
| 18 | +} | |
| 19 | +if(isset($_GET["DESLIGACACHE"]) && $_GET["DESLIGACACHE"] == "sim"){ | |
| 20 | + $cache = false; | |
| 21 | +} | |
| 16 | 22 | // |
| 17 | 23 | //pega os endereços para compor a url de chamada do gerador de web services |
| 18 | 24 | //ogc.php | ... | ... |