<?php

/* InstaDisc Server - A Four Island Project */

include('includes/instadisc.php');

unset($_SESSION['username']);

header('Location: index.php');

?>