aboutsummaryrefslogtreecommitdiff
path: root/logout.php
blob: 7c527b263f8de92bed40985cfabb441dc00ae26d (plain)
1
2
3
4
5
<?php
     session_start();
     session_destroy();
     header('Location: login.php?logout=1');
?>