git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk/src@81 e2b1556b-49f8-d141-9351-52d6861a72d9
15 lines
415 B
PHP
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");
|
|
|
|
?>
|