Commit 20c50289a7a65564832e7c74667385939dd09573
1 parent
85302f17
Exists in
master
and in
7 other branches
Correções no sistema de administração
Showing
3 changed files
with
2 additions
and
2 deletions
Show diff stats
admin/php/conexao.php
menutemas/admin.db
No preview for this file type
ms_configura.php
... | ... | @@ -285,7 +285,7 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) |
285 | 285 | O programa PHP que estabelece a conexão deve retornar objetos com nomes padronizados. Veja o arquivo i3geo/admin/conexao.php para maiores detalhes. |
286 | 286 | |
287 | 287 | */ |
288 | - $conexaoadmin = "";//$locaplic."/admin/php/conexaomma.php"; | |
288 | + $conexaoadmin = $locaplic."/admin/php/conexaomma.php"; | |
289 | 289 | } |
290 | 290 | else //se for linux |
291 | 291 | { | ... | ... |