Commit 32d37e66df4c64e7ef4bb67922f8c73ef123dfe7
1 parent
ddf65d22
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
4 additions
and
2 deletions
Show diff stats
admin/php/upgradebanco46_47.php
| ... | ... | @@ -52,7 +52,9 @@ $funcao = ""; |
| 52 | 52 | $locaplic = __DIR__."/../.."; |
| 53 | 53 | include_once("admin.php"); |
| 54 | 54 | include_once("conexao.php"); |
| 55 | - | |
| 55 | +if(!empty($esquemaadmin)){ | |
| 56 | + $esquemaadmin = $esquemaadmin."."; | |
| 57 | +} | |
| 56 | 58 | if(empty($_POST["senha"]) || empty($_POST["usuario"])){ |
| 57 | 59 | formularioLoginMaster("upgradebanco46_47.php"); |
| 58 | 60 | echo "<br><input type=checkbox name=mostraSoSQL /> Mostra apenas o SQL"; | ... | ... |
classesphp/mapa_inicia.php
| ... | ... | @@ -272,7 +272,7 @@ function iniciaMapa() |
| 272 | 272 | if($imgo->imagepath == "") |
| 273 | 273 | {echo "Erro IMAGEPATH vazio";exit;} |
| 274 | 274 | $nomer = ($imgo->imagepath)."mapa".$nomes.".png"; |
| 275 | - $imgo->saveImage($nomer); | |
| 275 | + //$imgo->saveImage($nomer); | |
| 276 | 276 | if (isset($utilizacgi) && strtolower($utilizacgi) == "sim") |
| 277 | 277 | {$nomer = $locmapserv."?map=".$map_file."&mode=map";} |
| 278 | 278 | else | ... | ... |