<?php 
//CONEXION===================================================================================
include("assets/conn/conexion.php"); 
//SET HORA SEGUN USO HORARIO=================================================================
date_default_timezone_set('Europe/Madrid');
//INCLUDE DE LAS FUNCIONES===================================================================
include("lib/functions.php"); 
//INCLUDE ENRUTADOR DE PETICIONES============================================================
include("lib/request.php");
?> 