Incam_Intranet/functions.php

14 lines
371 B
PHP
Raw Normal View History

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