<?php session_start(); session_destroy(); require($_SERVER['DOCUMENT_ROOT']. "/include/function.php"); unset($_SESSION['nftwallet']); header("Location:./index.php"); exit();