Incam_Intranet/functions.php
2011-04-04 15:16:10 +00:00

14 lines
371 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");
?>