Commit 202566cb3a98df8b61e5aeabf466fbd57a30eb17
1 parent
327dcf41
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
testainstal.php
@@ -174,7 +174,7 @@ echo "Carregando o map_file base...\n"; | @@ -174,7 +174,7 @@ echo "Carregando o map_file base...\n"; | ||
174 | $versao = versao(); | 174 | $versao = versao(); |
175 | $versao = $versao["principal"]; | 175 | $versao = $versao["principal"]; |
176 | if(isset($base) && $base != ""){ | 176 | if(isset($base) && $base != ""){ |
177 | - if(!file_exists($base)) | 177 | + if(file_exists($base)) |
178 | {$f = $base;} | 178 | {$f = $base;} |
179 | else | 179 | else |
180 | {$f = $locaplic."/aplicmap/".$base.".map";} | 180 | {$f = $locaplic."/aplicmap/".$base.".map";} |