Browse Source

Ajustes na inclusao da logo

1.8-dev
AMARILDO PEREIRA 2 years ago
parent
commit
99b3e21b65
  1. 2
      configGeral.php
  2. BIN
      imgSite/LOGO_SIMPLESIP200.PNG
  3. BIN
      imgSite/logo_simplesip.png
  4. 3
      include/configBd.php
  5. 2
      include/util/funcoesApl.php

2
configGeral.php

@ -532,7 +532,7 @@ function MoveLogo() {
if (!empty($_FILES['logoRelatorio']['name'])) {
$tmpFileName = $_FILES['logoRelatorio']['name'];
$nomeArq = strtolower($tmpFileName);
$nomeArq = LimpaString($nomeArq);
$nomeArq = LimpaString($nomeArq, false);
$pathFile = 'imgSite/' . $nomeArq;

BIN
imgSite/LOGO_SIMPLESIP200.PNG

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

BIN
imgSite/logo_simplesip.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

3
include/configBd.php

@ -17,6 +17,7 @@ $dbPassword = getenv('DB_PASSWD') ? getenv('DB_PASSWD') : 'ctepgSQL';
$master = 1;
$sincContaSenha = 0;
/*
* Quando o arquivo for configurado para slave(master=0) no parametro hostMaster deve ser
* informado o Ip do servidor master.
@ -46,4 +47,4 @@ $myParams = array('myPort' => '3306',
'myPassword' => 'SimpleS_root'
);
?>
?>

2
include/util/funcoesApl.php

@ -1900,7 +1900,7 @@ function SetModuAtendimentoDefault() {
}
function GetVersao() {
return "1.7.11.4";
return "1.7.11.5";
}
function GetEncType($upload) {

Loading…
Cancel
Save