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,7 +52,9 @@ $funcao = ""; | ||
| 52 | $locaplic = __DIR__."/../.."; | 52 | $locaplic = __DIR__."/../.."; |
| 53 | include_once("admin.php"); | 53 | include_once("admin.php"); |
| 54 | include_once("conexao.php"); | 54 | include_once("conexao.php"); |
| 55 | - | 55 | +if(!empty($esquemaadmin)){ |
| 56 | + $esquemaadmin = $esquemaadmin."."; | ||
| 57 | +} | ||
| 56 | if(empty($_POST["senha"]) || empty($_POST["usuario"])){ | 58 | if(empty($_POST["senha"]) || empty($_POST["usuario"])){ |
| 57 | formularioLoginMaster("upgradebanco46_47.php"); | 59 | formularioLoginMaster("upgradebanco46_47.php"); |
| 58 | echo "<br><input type=checkbox name=mostraSoSQL /> Mostra apenas o SQL"; | 60 | echo "<br><input type=checkbox name=mostraSoSQL /> Mostra apenas o SQL"; |
classesphp/mapa_inicia.php
| @@ -272,7 +272,7 @@ function iniciaMapa() | @@ -272,7 +272,7 @@ function iniciaMapa() | ||
| 272 | if($imgo->imagepath == "") | 272 | if($imgo->imagepath == "") |
| 273 | {echo "Erro IMAGEPATH vazio";exit;} | 273 | {echo "Erro IMAGEPATH vazio";exit;} |
| 274 | $nomer = ($imgo->imagepath)."mapa".$nomes.".png"; | 274 | $nomer = ($imgo->imagepath)."mapa".$nomes.".png"; |
| 275 | - $imgo->saveImage($nomer); | 275 | + //$imgo->saveImage($nomer); |
| 276 | if (isset($utilizacgi) && strtolower($utilizacgi) == "sim") | 276 | if (isset($utilizacgi) && strtolower($utilizacgi) == "sim") |
| 277 | {$nomer = $locmapserv."?map=".$map_file."&mode=map";} | 277 | {$nomer = $locmapserv."?map=".$map_file."&mode=map";} |
| 278 | else | 278 | else |