Commit 729402e0a762ea70b9b8c8282fee1558856efd54

Authored by Guilherme Andrade Del Cantoni
1 parent 7319418e
Exists in master

Apresentação da versão de referência do SEI e SIP

sei/ConfiguracaoSEI.php
... ... @@ -33,7 +33,7 @@ class ConfiguracaoSEI extends InfraConfiguracao {
33 33  
34 34 'PaginaSEI' => array(
35 35 'NomeSistema' => 'SEI',
36   - 'NomeSistemaComplemento' => 'v2.6.0',
  36 + 'NomeSistemaComplemento' => SEI_VERSAO,
37 37 'LogoMenu' => ''),
38 38  
39 39 'SessaoSEI' => array(
... ...
sei/ConfiguracaoSip.php
... ... @@ -24,7 +24,7 @@ class ConfiguracaoSip extends InfraConfiguracao {
24 24  
25 25 'PaginaSip' => array(
26 26 'NomeSistema' => 'SIP',
27   - 'NomeSistemaComplemento' => 'v2.6.0'),
  27 + 'NomeSistemaComplemento' => SIP_VERSAO),
28 28  
29 29 'SessaoSip' => array(
30 30 'SiglaOrgaoSistema' => 'ABC',
... ...