Commit b679a02db196c9dd27d60820ab0cc00160a7875b

Authored by Edmar Moretti
1 parent a982b8ca

Inclusão da extensao img na função de download de imagens

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
classesphp/funcoes_gerais.php
... ... @@ -1768,7 +1768,7 @@ function downloadTema($map_file,$tema,$locaplic,$dir_tmp)
1768 1768 $dir = dirname($dados);
1769 1769 $arq = explode(".",basename($dados));
1770 1770 $nomecopia = $dir_tmp."/".$arq[0];
1771   - $exts = array("jpg","jpw","tif","tifw","tfw","png","pngw","jpgw","wld");
  1771 + $exts = array("jpg","jpw","tif","tifw","tfw","png","pngw","jpgw","wld","img");
1772 1772 foreach($exts as $ext)
1773 1773 {
1774 1774 $copia = $nomecopia.".".$ext;
... ...