<?php

    session_start();
    $_SESSION = array();
    session_destroy();

    header("Location: ./Sign&Log.php");
?>