Commit 202566cb3a98df8b61e5aeabf466fbd57a30eb17

Authored by Edmar Moretti
1 parent 327dcf41

--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 174 $versao = versao();
175 175 $versao = $versao["principal"];
176 176 if(isset($base) && $base != ""){
177   - if(!file_exists($base))
  177 + if(file_exists($base))
178 178 {$f = $base;}
179 179 else
180 180 {$f = $locaplic."/aplicmap/".$base.".map";}
... ...