Incam_Intranet/aplicacion.php

21 lines
321 B
PHP

<?php
include("seguridad.php");
include("functions.php");
include_once("html/cabecera.php");
/* APLICACION.PHP */
echo "<h2>".$locale['002']."</h2>";
include("tablero.php");
if($_SESSION["oid"]){
include_once("alarmas.php");
}
$usuario->compruebaChangePass();
include_once("html/pie.php");
?>