Incam_Intranet/functions.php
2011-05-27 18:47:51 +00:00

15 lines
415 B
PHP

<?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");
include_once("functions_capacidades.php");
?>