Commit b34aa1b7655c263903a7509016ab8c9c078d4dc9
1 parent
7e839af6
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
admin/php/conexao.php
... | ... | @@ -50,7 +50,10 @@ else{ |
50 | 50 | if(!isset($conexaoadmin)){ |
51 | 51 | $conexaoadmin = ""; |
52 | 52 | } |
53 | -elseif($conexaoadmin != ""){ | |
53 | +if(!isset($esquemaadmin)){ | |
54 | + $esquemaadmin = ""; | |
55 | +} | |
56 | +if($esquemaadmin != ""){ | |
54 | 57 | $esquemaadmin = str_replace(".","",$esquemaadmin)."."; |
55 | 58 | } |
56 | 59 | // | ... | ... |