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

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