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,7 +357,7 @@ else{ | ||
357 | else{ | 357 | else{ |
358 | //cache inativo | 358 | //cache inativo |
359 | if($img->imagepath == ""){ | 359 | if($img->imagepath == ""){ |
360 | - echo "Erro IMAGEPATH vazio";exit; | 360 | + ilegal(); |
361 | } | 361 | } |
362 | //se for necessario cortar a imagem, $img->saveImage() nao funciona | 362 | //se for necessario cortar a imagem, $img->saveImage() nao funciona |
363 | if($_SESSION["i3georendermode"] == 0 || ($_SESSION["i3georendermode"] == 1 && $cortePixels > 0)){ | 363 | if($_SESSION["i3georendermode"] == 0 || ($_SESSION["i3georendermode"] == 1 && $cortePixels > 0)){ |