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