Expresso Livre - Milestone 45
08/06/2022
Última revisão: 4298217aff3b45b5be2122b5b4fa2c9788baf865
100%
52 tarefas (52 fechadas — 0 aberta)
08/06/2022
Última revisão: 4298217aff3b45b5be2122b5b4fa2c9788baf865
100%
52 tarefas (52 fechadas — 0 aberta)
Realizar em produção...Realizar em produção...
Antes: if (!strlen($connection_id) != 32) { include("header.session.inc.php"); } Depois: if ( strlen( $connection_id ) === 32 ) require_once 'header.session.inc.php';