diff --git a/classesphp/funcoes_gerais.php b/classesphp/funcoes_gerais.php index 3f083f1..5e40974 100644 --- a/classesphp/funcoes_gerais.php +++ b/classesphp/funcoes_gerais.php @@ -1768,7 +1768,7 @@ function downloadTema($map_file,$tema,$locaplic,$dir_tmp) $dir = dirname($dados); $arq = explode(".",basename($dados)); $nomecopia = $dir_tmp."/".$arq[0]; - $exts = array("jpg","jpw","tif","tifw","tfw","png","pngw","jpgw","wld"); + $exts = array("jpg","jpw","tif","tifw","tfw","png","pngw","jpgw","wld","img"); foreach($exts as $ext) { $copia = $nomecopia.".".$ext; -- libgit2 0.21.2