Commit 3c318748921e83023e861a0dfd149a6a588efc5d

Authored by Edmar Moretti
1 parent 4d9eb367

--no commit message

admin/admin.db
No preview for this file type
classesphp/mapa_openlayers.php
... ... @@ -357,7 +357,7 @@ else{
357 357 else{
358 358 //cache inativo
359 359 if($img->imagepath == ""){
360   - echo "Erro IMAGEPATH vazio";exit;
  360 + ilegal();
361 361 }
362 362 //se for necessario cortar a imagem, $img->saveImage() nao funciona
363 363 if($_SESSION["i3georendermode"] == 0 || ($_SESSION["i3georendermode"] == 1 && $cortePixels > 0)){
... ...