search partner logout

logout.php

<?php

session_start();

session_destroy();

header("location:index.php");


?>