Files
Alfredo Lima 9f2001c549 Inicio
2020-02-26 15:43:19 -06:00

6 lines
108 B
PHP
Executable File

<?php
session_start();
session_unset();
session_destroy();
header("Location: index.php");
?>