Project

General

Profile

Statistics
| Branch: | Revision:

colonymech / docs / www / colonyscout / internal / logout.php @ f59acf11

History | View | Annotate | Download (110 Bytes)

1
<?php
2
session_start();
3
$_SESSION['u'] = "";
4

    
5
session_write_close();
6
header("Location: /internal/");
7
exit();
8
?>