summaryrefslogtreecommitdiff
path: root/includes/signout_inc.php
blob: 7859c4f91bfd23a3cbebbd6198ff3e2a93e3d51f (plain)
1
2
3
4
5
6
<?php

session_start();
session_unset();
session_destroy();
header("Location: ../index.php");