2011-04-04 15:16:10 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
include_once("functions_rrhh.php");
|
|
|
|
|
include_once("functions_alarmas.php");
|
|
|
|
|
include_once("functions_calendario.php");
|
|
|
|
|
include_once("functions_util.php");
|
|
|
|
|
include_once("functions_sistema.php");
|
|
|
|
|
include_once("functions_verificar.php");
|
|
|
|
|
include_once("functions_agenda.php");
|
|
|
|
|
include_once("functions_proyectos.php");
|
|
|
|
|
include_once("functions_get.php");
|
2011-05-27 18:47:51 +00:00
|
|
|
include_once("functions_capacidades.php");
|
2011-04-04 15:16:10 +00:00
|
|
|
|
|
|
|
|
?>
|