Commit ee46d05f7a99608180c2893eabca11f41c05273d
1 parent
4d9dab60
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
ms_configura.php
... | ... | @@ -30,7 +30,7 @@ GNU junto com este programa; se não, escreva para a |
30 | 30 | Free Software Foundation, Inc., no endereço |
31 | 31 | 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. |
32 | 32 | */ |
33 | -$mensagemInicia = "I3Geo versão 3.8 beta 3"; | |
33 | +$mensagemInicia = "I3Geo versão 3.8"; | |
34 | 34 | if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) |
35 | 35 | { |
36 | 36 | /* |
... | ... | @@ -158,7 +158,7 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) |
158 | 158 | } |
159 | 159 | else //se for linux |
160 | 160 | { |
161 | - $editores = array("10.1.15.207","10.1.13.206","10.1.18.78"); | |
161 | + $editores = array(""); | |
162 | 162 | $dir_tmp = "/var/tmp/ms_tmp"; |
163 | 163 | $temasdir = "/opt/www/html/i3geo/temas"; |
164 | 164 | $temasaplic = "/opt/www/html/i3geo/aplicmap"; |
... | ... | @@ -168,7 +168,7 @@ else //se for linux |
168 | 168 | $locidentifica = "http://mapas.mma.gov.br/i3geo/menutemas/identifica.xml"; |
169 | 169 | $locmapas = "http://mapas.mma.gov.br/abremapa.php?id=xml"; |
170 | 170 | $R_path = "R";//se vc não instalou o R no seu servidor, tente o endereço $R_path = $locaplic."/pacotes/r/linux/r"; |
171 | - $postgis_con = "user=geodados password=geodados dbname=geodados host=mapas.mma.gov.br port=5432"; | |
171 | + $postgis_con = ""; | |
172 | 172 | $srid_area = 1; |
173 | 173 | $postgis_mapa = ""; |
174 | 174 | /* | ... | ... |