Commit 424af5c52cad8537a76ff0f10ac2ebcee342a770
1 parent
aa48c829
Exists in
master
and in
7 other branches
Fechamento da versão 4.7 RC2
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
ms_configura.php
| @@ -223,7 +223,7 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) | @@ -223,7 +223,7 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) | ||
| 223 | 223 | ||
| 224 | */ | 224 | */ |
| 225 | $i3geomaster = array( | 225 | $i3geomaster = array( |
| 226 | - array("usuario"=>"admin", "senha"=>"adminx") | 226 | + array("usuario"=>"admin", "senha"=>"admin") |
| 227 | ); | 227 | ); |
| 228 | /* | 228 | /* |
| 229 | Variable: dir_tmp | 229 | Variable: dir_tmp |
| @@ -458,7 +458,7 @@ else //se for linux | @@ -458,7 +458,7 @@ else //se for linux | ||
| 458 | } | 458 | } |
| 459 | //TODO v47 alterar a senha para admin | 459 | //TODO v47 alterar a senha para admin |
| 460 | $i3geomaster = array( | 460 | $i3geomaster = array( |
| 461 | - array("usuario"=>"admin", "senha"=>"adminx") | 461 | + array("usuario"=>"admin", "senha"=>"admin") |
| 462 | ); | 462 | ); |
| 463 | 463 | ||
| 464 | $navegadoresLocais = array( | 464 | $navegadoresLocais = array( |
versao.php
| @@ -3,10 +3,10 @@ | @@ -3,10 +3,10 @@ | ||
| 3 | Utilizado como um include em ms_configura.php | 3 | Utilizado como um include em ms_configura.php |
| 4 | */ | 4 | */ |
| 5 | /** | 5 | /** |
| 6 | - * TODO RC2 numero da versao esta correto? | ||
| 7 | - * TODO RC2 guia de instalacao esta correto? | ||
| 8 | - * TODO RC2 guia de migracao esta correto? | 6 | + * TODO v47 numero da versao esta correto? |
| 7 | + * TODO v47 guia de instalacao esta correto? | ||
| 8 | + * TODO v47 guia de migracao esta correto? | ||
| 9 | * TODO v47 gerar repositorio no SVN com o nome i3geo47 | 9 | * TODO v47 gerar repositorio no SVN com o nome i3geo47 |
| 10 | */ | 10 | */ |
| 11 | -$mensagemInicia = 'Versão 4.7 - RC 1 '; | 11 | +$mensagemInicia = 'Versão 4.7 - RC 2 Fevereiro 2013 '; |
| 12 | ?> | 12 | ?> |
| 13 | \ No newline at end of file | 13 | \ No newline at end of file |