Просмотр файла account/exit.php

Размер файла: 71B
<?php
session_start();
session_unset();
header('Location: /');
exit;
?>