<?php
session_start();
if (session_destroy()) {
header('Location: http://localhost/rfidcam/');
exit;
}
?>