diff --git a/ferramentas/blacklist.php b/ferramentas/blacklist.php index b1cc27c..a90908f 100755 --- a/ferramentas/blacklist.php +++ b/ferramentas/blacklist.php @@ -5,7 +5,11 @@ // function verificaBlFerramentas($dir,$i3geoBlFerramentas="",$js=true){ if($i3geoBlFerramentas == ""){ - include_once(dirname(__FILE__)."/../ms_configura.php"); + if(file_exists(dirname(__FILE__)."/../ms_configura.php")){ + include_once(dirname(__FILE__)."/../ms_configura.php"); + } else { + include_once(dirname(__FILE__)."/../../ms_configura.php"); + } } if(!empty($i3geoBlFerramentas)){ if(in_array($dir,$i3geoBlFerramentas) == true){ diff --git a/mapas/templates/templatelinks.php b/mapas/templates/templatelinks.php old mode 100644 new mode 100755 index 810f3c0..810f3c0 --- a/mapas/templates/templatelinks.php +++ b/mapas/templates/templatelinks.php diff --git a/mapas/templates/templatelista.php b/mapas/templates/templatelista.php old mode 100644 new mode 100755 index 27a5e74..27a5e74 --- a/mapas/templates/templatelista.php +++ b/mapas/templates/templatelista.php -- libgit2 0.21.2