Someone can help me with that... How to pass a variable ($membreConf) in that:
$membreConf = '/home/mapubs/conf_maplate.php';
$route = new Route();
$route->add('/', function(){ include($membreConf); include('home.php'); });
Presently, is not working :(