summary refs log tree commit diff stats
path: root/admin/logout.php
blob: 639e045da72d42fe4ce4edf0b93fb13ae6f89b8c (plain) (blame)
1
2
3
4
5
6
7
<?php

unset($_SESSION['username']);

header('Location: /');

?>