From 202566cb3a98df8b61e5aeabf466fbd57a30eb17 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Sun, 23 Oct 2011 00:49:01 +0000 Subject: [PATCH] --- testainstal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testainstal.php b/testainstal.php index c35a99f..f28eb5a 100644 --- a/testainstal.php +++ b/testainstal.php @@ -174,7 +174,7 @@ echo "Carregando o map_file base...\n"; $versao = versao(); $versao = $versao["principal"]; if(isset($base) && $base != ""){ - if(!file_exists($base)) + if(file_exists($base)) {$f = $base;} else {$f = $locaplic."/aplicmap/".$base.".map";} -- libgit2 0.21.2