View file account/exit.php

File size: 71B
<?php
session_start();
session_unset();
header('Location: /');
exit;
?>