<?php 
//CONEXION===================================================================================
include("assets/conn/conexion.php"); 
//SET HORA SEGUN USO HORARIO=================================================================
date_default_timezone_set('Europe/Madrid');
//INCLUDE DE LAS CONTANTES===================================================================
include("system/core/config.php"); 
//INCLUDE ENRUTADOR DE PETICIONES============================================================
include("system/core/router.php");
?> 