<?php
// zruší session a odhlási používateľa
session_start();
session_destroy();
header("Location: account.php");
exit;
?> 