git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk/src@1 e2b1556b-49f8-d141-9351-52d6861a72d9
10 lines
115 B
PHP
10 lines
115 B
PHP
<?php
|
|
|
|
include("seguridad.php");
|
|
|
|
session_start();
|
|
session_destroy();
|
|
|
|
header ("Location: index.php");
|
|
|
|
?>
|