File "logout.php"

Full Path: C:/wamp64/www/casos_medicos/uploads/logout.php
File size: 81 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
session_start();
session_destroy();
header("Location: login.php");
exit;
?>