Commit f2262db5cb535b05baea26201fbfc4f7d482ba9f
1 parent
dd2f4473
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ms_configura.php
... | ... | @@ -251,7 +251,7 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) |
251 | 251 | |
252 | 252 | Quando essa variável for definida como "nao" algumas das funcionalidades do i3geo poderão ficar prejudicadas, mas sem comprometimento das funções principais. |
253 | 253 | */ |
254 | - $expoeMapfile = "nao"; | |
254 | + $expoeMapfile = ""; | |
255 | 255 | } |
256 | 256 | else //se for linux |
257 | 257 | { | ... | ... |