10 lines
115 B
PHP
10 lines
115 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
include("seguridad.php");
|
||
|
|
|
||
|
|
session_start();
|
||
|
|
session_destroy();
|
||
|
|
|
||
|
|
header ("Location: index.php");
|
||
|
|
|
||
|
|
?>
|