Expresso Livre - Milestone 30
01/10/2019
Última revisão: dc0306d701af53068e14eceb929b5feca9b87524
100%
10 tarefas (10 fechadas — 0 aberta)
01/10/2019
Última revisão: dc0306d701af53068e14eceb929b5feca9b87524
100%
10 tarefas (10 fechadas — 0 aberta)
Realizar em produção...Realizar em produção...
delete from phpgw_acl where acl_appname = 'listAdmin'; delete from phpgw_applications where app_name = 'listAdmin'; delete from phpgw_config where config_app = 'listAdmin'; delete from phpgw_expressoadmin_apps where app = 'listAdmin'; delete from phpgw_hooks where hook_appname = 'listAdmin'; delete from phpgw_lang where app_name = 'listAdmin';
onde existe: $connection_id = isset( $GLOBALS['phpgw']->session->sessionid )? $GLOBALS['phpgw']->session->sessionid : false; if ( $connection_id === false ) include_once( 'header.session.inc.php' ); substituir por: $connection_id = $GLOBALS['phpgw']->session->sessionid; if (!strlen($connection_id) != 32) { include("header.session.inc.php"); }