session_start(); include("configuracion.php"); require_once ('funciones/funciones-generales.php'); $hoy=date("Y-m-d"); $_SESSION['url'] = "http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']; ?>