Incam_Intranet/aplicacion.php

19 lines
294 B
PHP
Raw Permalink Normal View History

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