query($sqlT);
$filaT = $resT->fetch_array();
$Schema = new Schema($con);
$MotherCar = new MotherCar($con);
$_SESSION['LINK'] = "http://".$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"];
?>
-
rol($_SESSION['GRUPO']) ? include('includes/components/dashboard-stats.php') : false;// Se filtrará posteriormente dentro de esta plantilla por PERFILES
?>