View file exit.php

File size: 83B
<?php

include 'system/start.php';

unset($_SESSION[id]);
myheader('/');

?>