Commit 3eaa066574958b21d39d5bea4e8711be22234441
1 parent
a51b6f97
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
menutemas/admin.db
No preview for this file type
ms_configura.php
... | ... | @@ -274,7 +274,7 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) |
274 | 274 | O programa PHP que estabelece a conexão deve retornar objetos com nomes padronizados. Veja o arquivo i3geo/admin/conexao.php para maiores detalhes. |
275 | 275 | |
276 | 276 | */ |
277 | - $conexaoadmin = "";//$locaplic."/admin/php/conexaomma.php"; | |
277 | + $conexaoadmin = $locaplic."/admin/php/conexaomma.php"; | |
278 | 278 | } |
279 | 279 | else //se for linux |
280 | 280 | { | ... | ... |