Commit 3c318748921e83023e861a0dfd149a6a588efc5d
1 parent
4d9eb367
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
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)){ | ... | ... |