Commit 1587712ec4fea2aba8306dba2ea59b2c7b2d0ebe

Authored by elias.mussi@planejamento.gov.br
1 parent 0b720333
Exists in master and in 1 other branch 3.1

arrumando o esquema de traducao, desculpa Adriano3

git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@442 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing 1 changed file with 7 additions and 2 deletions   Show diff stats
include/library.php
... ... @@ -13,8 +13,13 @@
13 13 Você deve ter recebido uma cópia da Licença Pública Geral GNU, sob o título "LICENCA.txt", junto com este programa, se não, escreva para a Fundação do Software
14 14 Livre(FSF) Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
15 15 */
16   -session_start();
17   -require_once 'config.php';
  16 +
  17 +@session_start();
  18 +@define('CACIC',1);
  19 +
  20 +@include_once('config.php');
  21 +require_once('define.php');
  22 +
18 23 if(!include_once( TRANSLATOR_PATH.'/Translator.php'))
19 24 die ("<h1>There is a trouble with phpTranslator package. It isn't found.</h1>");
20 25  
... ...