- Incluir no header.inc.php: (#1141)
/* Server Signature Expresso */
$GLOBALS['phpgw_info']['server']['generate_signature'] = 'https://ws.expresso.pr.gov.br/expresso-assinatura';
- Remover do header.inc.php: (#1134)
/* This is used to control mcrypt's use */
$GLOBALS['phpgw_info']['server']['mcrypt_enabled'] = {ENABLE_MCRYPT};
/* Set this to 'old' for versions < 2.4, otherwise the exact mcrypt version you use. */
$GLOBALS['phpgw_info']['server']['versions']['mcrypt'] = '{MCRYPT_VERSION}';
/*
** This is a random string used as the initialization vector for mcrypt
** feel free to change it when setting up eGrouWare on a clean database,
** but you must not change it after that point!
** It should be around 30 bytes in length.
*/
$GLOBALS['phpgw_info']['server']['mcrypt_iv'] = '{MCRYPT_IV}';
- Modificar no header.inc.php: (#1155)
/*
** This option forces login to be accepted only from /login.php
** Other attempts to login from outside Expresso will be blocked
**
** Whatch out: turn captcha = 1 when use_token_login = 1
*/
$GLOBALS['phpgw_info']['server']['use_token_login'] = {USE_TOKEN_LOGIN};